Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active April 12, 2020 11:13
Show Gist options
  • Save innyso/98ea3d0880554b5cd3ccb24264f4d9d6 to your computer and use it in GitHub Desktop.
Save innyso/98ea3d0880554b5cd3ccb24264f4d9d6 to your computer and use it in GitHub Desktop.
#k8s #cmd #pod

login to pod

kubectl exec <pod_name> -c <container_name> -i -t bash --namespace=<namespace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment