25.6.2 Checking the Status of Access Manager Resources

After you run the Access Manager helm chart, the helm chart gets deployed, and a message STATUS: deployed is displayed. However, the Access Manager resources do not get deployed immediately. To check the status of the resources, you must run some commands.

To check the status of the Access Manager pods, run the following command:

kubectl get --namespace <name-of-the-namespace> pods

To check the status of all the Access Manager resources, run the following command:

kubectl get --namespace <name-of-the-namespace> statefulset,pods,pv,pvc,svc,ingress

For information about viewing the logs, see Section 25.6.3, Debugging Pods.