Show detailed info about a pod
List all pods in current namespace
Delete a pod
Execute a command in a pod
kubectl exec -it <pod-name> -- /bin/sh
Opens an interactive shell into the pod container.
Shell into pod
kubectl exec -it my-app-pod-1234 -- /bin/sh
Get logs from a pod
Show detailed info about a node
Show detailed info about a deployment