| #docker inspect 46425714091c | grep 'Pid'
 #
 nsenter -t 3217 -n iptables-save -t nat
 #
 istioctl pc listener -n sidecar xxxxx-pod-name
 #
 istioctl pc listener -n sidecar xxxxx-pod-name -ojson
 
 #
 istioctl pc route -n sidecar xxxxx-pod-name
 
 istioctl pc cluster -n sidecar xxxxx-pod-name
 
 |