Last active
June 9, 2018 14:48
-
-
Save mhiro2/4c85f69f7c71b97f1b4f9ac7f03237d3 to your computer and use it in GitHub Desktop.
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 svc -n istio-system | |
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
grafana ClusterIP 10.97.211.13 <none> 3000/TCP 20m | |
istio-citadel ClusterIP 10.98.247.194 <none> 8060/TCP,9093/TCP 20m | |
istio-egressgateway ClusterIP 10.103.51.137 <none> 80/TCP,443/TCP 20m | |
istio-ingressgateway LoadBalancer 10.106.68.101 <pending> 80:31380/TCP,443:31390/TCP,31400:31400/TCP 20m | |
istio-pilot ClusterIP 10.103.242.192 <none> 15003/TCP,15005/TCP,15007/TCP,15010/TCP,15011/TCP,8080/TCP,9093/TCP 20m | |
istio-policy ClusterIP 10.106.46.201 <none> 9091/TCP,15004/TCP,9093/TCP 20m | |
istio-sidecar-injector ClusterIP 10.107.187.172 <none> 443/TCP 20m | |
istio-statsd-prom-bridge ClusterIP 10.97.241.247 <none> 9102/TCP,9125/UDP 20m | |
istio-telemetry ClusterIP 10.97.40.60 <none> 9091/TCP,15004/TCP,9093/TCP,42422/TCP 20m | |
prometheus ClusterIP 10.103.237.39 <none> 9090/TCP 20m | |
servicegraph ClusterIP 10.102.55.219 <none> 8088/TCP 20m | |
tracing LoadBalancer 10.98.251.206 <pending> 80:30773/TCP 20m | |
zipkin ClusterIP 10.105.2.201 <none> 9411/TCP 20m 3m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment