Skip to content

Instantly share code, notes, and snippets.

@CaptTofu
Created November 2, 2017 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptTofu/24ea399bc4577790fc252810c24bbf6b to your computer and use it in GitHub Desktop.
Save CaptTofu/24ea399bc4577790fc252810c24bbf6b to your computer and use it in GitHub Desktop.
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
etcd-global-8q4d1 1/1 Running 0 3h
etcd-global-8rmml 1/1 Running 0 3h
etcd-global-g9764 1/1 Running 0 3h
etcd-zone1-jw7h9 1/1 Running 0 3h
etcd-zone1-khjd5 1/1 Running 0 3h
etcd-zone1-xs4kz 1/1 Running 0 3h
orchestrator-2507277757-71qlm 2/2 Running 0 3h
vtctld-1717037727-ps4x7 1/1 Running 0 3h
vtgate-zone1-268875544-r58dx 1/1 Running 0 3h
vtgate-zone1-268875544-rrdqj 1/1 Running 0 3h
vtgate-zone1-268875544-tw04x 1/1 Running 0 3h
zone1-main-80-x-replica-0 0/2 Pending 0 3h
zone1-main-x-80-replica-0 0/2 Pending 0 3h
$ kubectl get services
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
etcd-global 100.67.13.178 <none> 4001/TCP 3h
etcd-global-srv None <none> 7001/TCP 3h
etcd-zone1 100.69.99.75 <none> 4001/TCP 3h
etcd-zone1-srv None <none> 7001/TCP 3h
kubernetes 100.64.0.1 <none> 443/TCP 3d
orchestrator 100.69.81.215 <none> 80/TCP 3h
vtctld 100.65.85.63 <none> 15000/TCP,15999/TCP 3h
vtgate-zone1 100.71.225.225 <none> 15001/TCP,15991/TCP 3h
vttablet None <none> 15002/TCP,16002/TCP 3h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment