Last active
February 6, 2018 15:11
-
-
Save salrashid123/910a694a439661f1d1a48772f599177b to your computer and use it in GitHub Desktop.
istio_install_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 get no,po,deployments,svc -n istio-system | |
NAME STATUS ROLES AGE VERSION | |
no/gke-cluster-1-default-pool-94718a04-6w2f Ready <none> 1h v1.7.11-gke.1 | |
no/gke-cluster-1-default-pool-94718a04-cphx Ready <none> 1h v1.7.11-gke.1 | |
no/gke-cluster-1-default-pool-94718a04-lrb5 Ready <none> 1h v1.7.11-gke.1 | |
NAME READY STATUS RESTARTS AGE | |
po/grafana-2369932619-dkwbc 1/1 Running 0 2m | |
po/istio-ca-191975193-dstl3 1/1 Running 0 2m | |
po/istio-ingress-3924138486-hfkx4 1/1 Running 0 2m | |
po/istio-initializer-2169589188-zj6mx 1/1 Running 0 2m | |
po/istio-mixer-333075648-6f8mf 3/3 Running 0 2m | |
po/istio-pilot-4226036077-7v30m 2/2 Running 0 2m | |
po/prometheus-168775884-5w6kp 1/1 Running 0 2m | |
po/servicegraph-2857261069-s22q1 1/1 Running 0 2m | |
po/zipkin-3660596538-qqrgd 1/1 Running 0 2m | |
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE | |
deploy/grafana 1 1 1 1 2m | |
deploy/istio-ca 1 1 1 1 2m | |
deploy/istio-ingress 1 1 1 1 2m | |
deploy/istio-initializer 1 1 1 1 2m | |
deploy/istio-mixer 1 1 1 1 2m | |
deploy/istio-pilot 1 1 1 1 2m | |
deploy/prometheus 1 1 1 1 2m | |
deploy/servicegraph 1 1 1 1 2m | |
deploy/zipkin 1 1 1 1 2m | |
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
svc/grafana ClusterIP 10.11.247.251 <none> 3000/TCP 2m | |
svc/istio-ingress LoadBalancer 10.11.246.233 35.192.27.246 80:31964/TCP,443:32206/TCP 2m | |
svc/istio-mixer ClusterIP 10.11.240.230 <none> 9091/TCP,15004/TCP,9093/TCP,9094/TCP,9102/TCP,9125/UDP,42422/TCP 2m | |
svc/istio-pilot ClusterIP 10.11.243.181 <none> 15003/TCP,443/TCP 2m | |
svc/prometheus ClusterIP 10.11.249.122 <none> 9090/TCP 2m | |
svc/servicegraph ClusterIP 10.11.253.1 <none> 8088/TCP 2m | |
svc/zipkin ClusterIP 10.11.243.107 <none> 9411/TCP 2m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment