Skip to content

Instantly share code, notes, and snippets.

@0xAhmed
Last active October 10, 2017 13:20
Show Gist options
  • Save 0xAhmed/3373d0e872cb8024d6a6afe1123330f1 to your computer and use it in GitHub Desktop.
Save 0xAhmed/3373d0e872cb8024d6a6afe1123330f1 to your computer and use it in GitHub Desktop.
Check k8s Pods
$ kubectl --namespace=production get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE
kubeapp-production-1979975788-8gkxn 1/1 Running 0 1m 10.60.2.7 gke-canary-default-pool-f3096f17-76ld
kubeapp-production-1979975788-m5v7r 1/1 Running 0 1m 10.60.0.9 gke-canary-default-pool-f3096f17-g4fc
kubeapp-production-1979975788-phhkw 1/1 Running 0 1m 10.60.1.7 gke-canary-default-pool-f3096f17-lxqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment