Helpful Deployment Commands
These Helm and kubectl commands list the current installations of Aizen on Kubernetes clusters.
To list installations in the current namespace:
helm listTo list installations in a specific namespace:
helm -n <NAMESPACE> listTo list installations in all the namespaces:
helm list -ATo get all the Aizen deployments:
kubectl get deployments -n aizenTo get all the Aizen pods:
kubectl get pods -n aizen
Last updated

