Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created February 6, 2018 15:16
Show Gist options
  • Save salrashid123/7eca23d46e4e6efc79631666e76a6bd3 to your computer and use it in GitHub Desktop.
Save salrashid123/7eca23d46e4e6efc79631666e76a6bd3 to your computer and use it in GitHub Desktop.
istio_doc_liveness
$ kubectl get po,deployments,svc,ing
NAME READY STATUS RESTARTS AGE
po/be-v1-16151855-4vsz5 2/2 Running 0 25s
po/be-v1-16151855-cxvxw 2/2 Running 0 25s
po/myapp-v1-2518991625-3z1pv 2/2 Running 0 25s
po/myapp-v1-2518991625-crc7s 2/2 Running 0 25s
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deploy/be-v1 2 2 2 2 25s
deploy/be-v2 0 0 0 0 25s
deploy/myapp-v1 2 2 2 2 25s
deploy/myapp-v2 0 0 0 0 25s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
svc/be ClusterIP 10.11.243.156 <none> 8080/TCP 25s
svc/kubernetes ClusterIP 10.11.240.1 <none> 443/TCP 1h
svc/myapp-srv ClusterIP 10.11.251.176 <none> 8080/TCP 25s
NAME HOSTS ADDRESS PORTS AGE
ing/gateway * 35.192.27.246 80, 443 25s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment