$ kubectl create -f manifests/sofa-mesh
# 获取 pod 状态
$ kubectl -n istio-system get pod
NAME READY STATUS RESTARTS AGE
istio-citadel-5cf74d467f-c8dkr 1/1 Running 0 1h
istio-egressgateway-d4c9f6864-hpz86 1/1 Running 0 1h
istio-galley-6886984468-szfhc 1/1 Running 0 1h
istio-ingressgateway-64465cbb5f-5rmrf 1/1 Running 0 1h
istio-pilot-86c787bbfb-2n4rt 1/1 Running 0 1h
istio-policy-6ff7df778c-x87k7 1/1 Running 0 1h
istio-sidecar-injector-69577c64c5-b86sc 1/1 Running 0 1h
istio-statsd-prom-bridge-55965ff9c8-22hrf 1/1 Running 0 1h
istio-telemetry-65d66f78f6-l8mkc 1/1 Running 0 1h
prometheus-7456f56c96-mptww 1/1 Running 0 1h
# 获取服务状态
$ kubectl -n istio-system get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
istio-citadel ClusterIP 10.254.216.170 <none> 8060/TCP,9093/TCP 1h
istio-egressgateway ClusterIP 10.254.150.44 <none> 80/TCP,443/TCP 1h
istio-galley ClusterIP 10.254.70.174 <none> 443/TCP,9093/TCP 1h
istio-ingressgateway NodePort 10.254.116.52 <none> 80:31380/TCP,443:31390/TCP,31400:31400/TCP,15011:32270/TCP,8060:30226/TCP,15030:31883/TCP,15031:31955/TCP 1h
istio-pilot ClusterIP 10.254.150.248 <none> 15010/TCP,15011/TCP,8080/TCP,9093/TCP 1h
istio-policy ClusterIP 10.254.80.42 <none> 9091/TCP,15004/TCP,9093/TCP 1h
istio-sidecar-injector ClusterIP 10.254.183.202 <none> 443/TCP 1h
istio-statsd-prom-bridge ClusterIP 10.254.51.10 <none> 9102/TCP,9125/UDP 1h
istio-telemetry ClusterIP 10.254.176.114 <none> 9091/TCP,15004/TCP,9093/TCP,42422/TCP 1h
prometheus ClusterIP 10.254.17.234 <none> 9090/TCP 1h