Skip to content

Deploy Admin UI

To finally deploy the Admin UI, run the following command.

kubectl apply -f cloud-proxy-ui-deployment.yaml --validate

To see the status of the deployment run kubectl get deployments, the output should indicate the cloud-proxy-ui deployment was successful (ready 1/1).

# kubectl get deployments
NAME             READY   UP-TO-DATE   AVAILABLE   AGE
cloud-proxy-ui   1/1     1            1           48s

Also check the status of the created pods.

# kubectl get pods
NAME                              READY   STATUS    RESTARTS   AGE
cloud-proxy-ui-78bb9d48db-wswl9   5/5     Running   0          2m50s