Debugging
Pod Monitoring and Logging
$ kubectl describe po/<pod-name>$ kubectl logs <pod-name>Exec into the pod
$ kubectl exec -it <pod-name> /bin/bash$ ps -ef$ exitThanks for reading. Hope you're having a good day!
Last updated
Was this helpful?