Skip to content

Instantly share code, notes, and snippets.

@myechuri

myechuri/block1. Secret

Created November 7, 2019 12:09
Show Gist options
  • Save myechuri/7c1558bc3bbc259e49795ddf12b61ae3 to your computer and use it in GitHub Desktop.
Save myechuri/7c1558bc3bbc259e49795ddf12b61ae3 to your computer and use it in GitHub Desktop.
$ ssh -i "myechuri-key2.pem" ubuntu@100.26.23.126
$ kubectl cluster-info
Kubernetes master is running at https://10.0.23.147:6443
KubeDNS is running at https://10.0.23.147:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
$ kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
ip-10-0-20-188.ec2.internal Ready worker 24d v1.16.1 10.0.20.188 54.227.45.93 Ubuntu 16.04.6 LTS 4.4.0-1092-aws containerd://1.2.6
ip-10-0-23-147.ec2.internal Ready master 24d v1.16.1 10.0.23.147 100.26.23.126 Ubuntu 16.04.6 LTS 4.4.0-1092-aws docker://18.9.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment