Skip to content

Instantly share code, notes, and snippets.

@pavankjadda
Last active October 12, 2018 18:17
Show Gist options
  • Save pavankjadda/ebff0758e2df5bb9012a3f4e19fe4922 to your computer and use it in GitHub Desktop.
Save pavankjadda/ebff0758e2df5bb9012a3f4e19fe4922 to your computer and use it in GitHub Desktop.
Kubernetes Commands

Get all pods in a namespace

kubectl get pods --namespace=kube-system

Get all services in a namespace

kubectl get services --namespace=kube-system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment