Show detailed info about a pod
Execute a command in a pod
Show detailed info about a node
Forward local port to pod
kubectl port-forward <pod-name> <local>=<remote>
Routes traffic from local port to a pod port.
Access pod webserver locally
kubectl port-forward my-pod 8080:80
Show detailed info about a deployment
Show detailed info about a service
Start Kubernetes API proxy