Skip to content

Instantly share code, notes, and snippets.

@akshaymohite
Created July 10, 2017 07:01
Show Gist options
  • Save akshaymohite/41d078c1dfb2a7298f0389727e9e78b3 to your computer and use it in GitHub Desktop.
Save akshaymohite/41d078c1dfb2a7298f0389727e9e78b3 to your computer and use it in GitHub Desktop.
Helpful Kubernetes Commands

Helpful Kubernetes Commands

Get POD Name

kubectl get pods

Server Login

kubectl exec -it pod-name -- /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment