Created
February 6, 2018 15:19
-
-
Save salrashid123/2ad67ea424fe54e3cb66b87f0ec9f3c9 to your computer and use it in GitHub Desktop.
istio_deployment_out
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
$ kubectl get po,deployments,svc,ing | |
NAME READY STATUS RESTARTS AGE | |
po/be-v1-16151855-7lfrd 2/2 Running 0 33m | |
po/be-v1-16151855-z50n2 2/2 Running 0 33m | |
po/myapp-v1-2518991625-frfd9 2/2 Running 0 33m | |
po/myapp-v1-2518991625-vhh6x 2/2 Running 0 33m | |
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE | |
deploy/be-v1 2 2 2 2 33m | |
deploy/be-v2 0 0 0 0 33m | |
deploy/myapp-v1 2 2 2 2 33m | |
deploy/myapp-v2 0 0 0 0 33m | |
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
svc/be ClusterIP 10.11.247.0 <none> 8080/TCP 33m | |
svc/kubernetes ClusterIP 10.11.240.1 <none> 443/TCP 3h | |
svc/myapp-srv ClusterIP 10.11.250.32 <none> 8080/TCP 33m | |
NAME HOSTS ADDRESS PORTS AGE | |
ing/gateway * 35.192.27.246 80, 443 33m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment