Skip to content

Instantly share code, notes, and snippets.

@wkharold
Created April 16, 2015 21:58
Show Gist options
  • Save wkharold/d4cc4b8ed3e14207b046 to your computer and use it in GitHub Desktop.
Save wkharold/d4cc4b8ed3e14207b046 to your computer and use it in GitHub Desktop.
kubectl output
wkhhdmbp:bee wkh$ kubectl get nodes
NAME LABELS STATUS
10.240.172.248 tier=service Ready
10.240.240.80 tier=data Ready
10.240.68.152 tier=service Ready
wkhhdmbp:bee wkh$ gcloud compute instances list
NAME ZONE MACHINE_TYPE INTERNAL_IP EXTERNAL_IP STATUS
master us-central1-a n1-standard-1 10.240.10.174 146.148.45.85 RUNNING
service-02 us-central1-a n1-standard-2 10.240.172.248 130.211.154.238 RUNNING
data-01 us-central1-a n1-standard-4 10.240.240.80 146.148.86.45 RUNNING
service-01 us-central1-a n1-standard-2 10.240.68.152 107.178.213.153 RUNNING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment