Created
April 16, 2015 21:58
-
-
Save wkharold/d4cc4b8ed3e14207b046 to your computer and use it in GitHub Desktop.
kubectl output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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