Deploying Litmus UNS on Microsoft Azure Kubernetes Services

3min

Prerequisite: A running AKS Kubernetes cluster.

Steps:

1.      Download the Litmus UNS Quay.io secret file (litmusautomation-uns-centralportal-secret.yml) from Litmus Central Portal.

2.      Connect to the k8s cluster instance on AKS via Cloud Shell or other methods and upload the above yml file to the working directory. Example:

Document image


3.      Create the UNS namespace with

Bash


4.      Create the UNS secret with

Bash


5.      Run helm command for installation with

Bash




6.      When the installation process is completed, the UNS application should be running. The webui can be reached by the External-IP on the Load Balancer service. This can be retrieved by calling

Bash