QuickStart Guides
Deploying Litmus UNS on Microsoft Azure Kubernetes Services
3 min
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 uns k8s secret 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 the kubectl create namespace uns command in bash create the uns secret by running the kubectl create f litmusautomation uns centralportal secret yml namespace=uns command in bash run the 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 you can reach the webui by the external ip on the load balancer service retrieve this by calling the following command kubectl get all n uns