Created
February 6, 2018 15:13
-
-
Save salrashid123/5959b1abc3465384d31d84863794622e to your computer and use it in GitHub Desktop.
istio_deployment_doc
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 create -f all-istio.yaml | |
$ kubectl get po,deployments,svc,ing | |
NAME READY STATUS RESTARTS AGE | |
po/be-v1-16151855-56kcg 2/2 Running 0 1m | |
po/myapp-v1-2518991625-g66kn 2/2 Running 0 1m | |
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE | |
deploy/be-v1 1 1 1 1 1m | |
deploy/be-v2 0 0 0 0 1m | |
deploy/myapp-v1 1 1 1 1 1m | |
deploy/myapp-v2 0 0 0 0 1m | |
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
svc/be ClusterIP 10.11.246.235 <none> 8080/TCP 1m | |
svc/kubernetes ClusterIP 10.11.240.1 <none> 443/TCP 1h | |
svc/myapp ClusterIP 10.11.249.144 <none> 8080/TCP 1m | |
NAME HOSTS ADDRESS PORTS AGE | |
ing/gateway * 35.192.27.246 80, 443 2m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment