Skip to main content
Notes
View All
Search
Shelves
Books
Log in
Info
Content
Kubernetes Commands
Page Revisions
Revision #41
Kubernetes Commands
Access Inside a Pod
kubectl exec -ti <pod_name> -n <namespace_name> -- /bin/bash
Back to top