kubectl get pod -A
kubectl get pod -n nx
Describe a pod
kubectl describe pod -n nx ...-859f85f586-4f7bk
Print logs for a container in a pod
kubectl logs -n nx ...-859f85f586-4f7bk -c ...
kubectl logs -n nx -f ...-859f85f586-4f7bk -c ...
kubectl delete --all pods -n nx
kubectl exec -it -n nx ....-5b848f97fd-67nmx -- bash
kubectl get ConfigMap -A