Hi All - one question, if my k8 cluster has 5 pods running then in one command h . . .

uday bhanu dutta:
Hi All - one question, if my k8 cluster has 5 pods running then in one command how can I check if all the pods are running? Will it be kubectl get po | grep -i STATUS command?

Mohamed Ayman:
Yes, kubectl get po command will show you the status of the PODs.

uday bhanu dutta:
Thanks @Mohamed Ayman

Mohamed Ayman:
You’re welcome