Skip to content

Instantly share code, notes, and snippets.

@orlaqp
Created August 15, 2015 16:53
Show Gist options
  • Save orlaqp/cc8e793c3b592c65be57 to your computer and use it in GitHub Desktop.
Save orlaqp/cc8e793c3b592c65be57 to your computer and use it in GitHub Desktop.
core@master ~ $ ./kubectl get rc --namespace=kube-system
CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS
kube-dns-v8 etcd gcr.io/google_containers/etcd:2.0.9 k8s-app=kube-dns,version=v8 2
kube2sky gcr.io/google_containers/kube2sky:1.11
skydns gcr.io/google_containers/skydns:2015-03-11-001
healthz gcr.io/google_containers/exechealthz:1.0
core@master ~ $ ./kubectl get svc --namespace=kube-system
NAME LABELS SELECTOR IP(S) PORT(S)
kube-dns k8s-app=kube-dns,kubernetes.io/cluster-service=true,kubernetes.io/name=KubeDNS k8s-app=kube-dns 10.100.0.10 53/UDP
53/TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment