Think before you speak, read before you think.

istio-pilot pod

by

in

istio-pilot 包含两个容器 discovery, istio-proxy

容器 discovery 包含一个进程 pilot-discovery

kubectl exec -it istio-pilot-8bdcc884d4-hj8k6 -c discovery /bin/bash -n istio-system

容器 istio-proxy 包含两个进程 pilot-agent, envoy

kubectl exec -it istio-pilot-8bdcc884d4-hj8k6 -c istio-proxy /bin/bash -n istio-system
ps aux | grep ''
/usr/local/bin/pilot-agent proxy --domain istio-system.svc.cluster.local --serviceCluster istio-pilot --templateFile /etc/istio/proxy/envoy_pilot.yaml.tmpl --controlPlaneAuthPolicy MUTUAL_TLS --log_output_level=default:info
# pilot-agent 是以 sidecar 模式运行的



Comments

Leave a Reply

Your email address will not be published. Required fields are marked *