Skip to content

Instantly share code, notes, and snippets.

@farukonder
Created September 26, 2018 11:08
Show Gist options
  • Save farukonder/a2a7076ba528512e93b33694d522ae25 to your computer and use it in GitHub Desktop.
Save farukonder/a2a7076ba528512e93b33694d522ae25 to your computer and use it in GitHub Desktop.
faruk@faruk-VirtualBox:~/istio/istio101/workshop/plans$ kubectl exec -n istio-system -it istio-ingressgateway-7f4dd7d699-qjdkc bash
root@istio-ingressgateway-7f4dd7d699-qjdkc:/# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:15000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:14000 0.0.0.0:* LISTEN
tcp 0 0 172.30.154.231:40914 172.30.154.224:3000 ESTABLISHED
tcp 0 0 172.30.154.231:56078 172.30.154.247:3000 ESTABLISHED
tcp 0 0 172.30.154.231:54080 172.30.154.200:3000 ESTABLISHED
tcp 0 0 172.30.154.231:43138 172.21.16.5:9411 ESTABLISHED
tcp 0 0 172.30.154.231:46628 172.30.154.251:3000 ESTABLISHED
tcp 0 0 172.30.154.231:55494 172.30.154.248:9091 ESTABLISHED
tcp 0 0 172.30.154.231:45968 172.30.154.209:3000 ESTABLISHED
tcp 0 0 172.30.154.231:59182 172.30.154.245:9091 ESTABLISHED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment