QuickStart Guides

Deploying Litmus UNS on Microsoft Azure Kubernetes Services

3min
you can deploy litmus uns on microsoft azure kubernetes services before you begin ensure you have a running aks kubernetes cluster installation steps to deploy litmus uns on microsoft azure kubernetes services download the litmus uns quay io secret file litmusautomation uns centralportal secret yml from litmus central portal connect to the k8s cluster instance on aks via cloud shell or other methods then upload the above yml file to the working directory create the uns namespace by running kubectl create namespace uns command in bash create the uns secret by running kubectl create f litmusautomation uns centralportal secret yml namespace=uns command in bash run helm command for installation with helm install uns oci //quay io/litmusautomation/charts/litmus uns wait namespace uns create namespace set "imagepullsecrets\[0] name=litmusautomation uns centralportal pull secret" 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 the command below kubectl get all n uns