Answer the question
In order to leave comments, you need to log in
How to extract packet redirects from IPTABLES?
Classic AWS Load Balance listens on worker instances on ports 30897 and 31049, tcp. The netstat command shows that kube-proxy is sitting on these ports.
tcp 0 0 :::31047 :::* LISTEN 3698/kube-proxy
iptables -S | grep 30897
Answer the question
In order to leave comments, you need to log in
this command does nothing!
iptables -S -t nat | grep 30897
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question