.. _aizenhelpfulcmds: Helpful commands ================ Commands --------- This section describes some of the useful kubectl and helm commands used when running Aizen on Kubernetes To list the current install of Aizen on Kubernetes clusters * To list installs in default namespace .. code-block:: helm list * To list installs in specific namespace .. code-block:: helm -n list * To list installs in all namespaces .. code-block:: helm list -A * Get all Aizen deployments .. code-block:: kubectl get deployments -n aizen * Get all Aizen pods .. code-block:: kubectl get pods -n aizen