Forward local port to pod
List all nodes in the Kubernetes cluster.
List all pods in current namespace.
Start Kubernetes API proxy
kubectl proxy
Starts a local proxy server to access API.
Start default proxy (localhost:8001)
Show detailed information about a pod.
Delete a pod from the cluster.
Fetch logs from a specific pod.