发布于 

Istio高级流量管理

## 查看容器在本地起来的进程
docker inspect 46425714091c | grep 'Pid'
## 查看iptable的规则
nsenter -t 3217 -n iptables-save -t nat
## 查看istio的envoy的listener监听端口
istioctl pc listener -n sidecar xxxxx-pod-name
## 查看istio的envoy的监听端口 json格式输出
istioctl pc listener -n sidecar xxxxx-pod-name -ojson

## 查看istio的router规则
istioctl pc route -n sidecar xxxxx-pod-name

istioctl pc cluster -n sidecar xxxxx-pod-name