dev cluster ( public subnet ) traffic 조회

Cluster IP 의 비밀
public subnet에 배치되어 있는 worker node  ssh 접속
iptables -v --numeric --table nat --list PREROUTING
iptables -v --numeric --table nat --list KUBE-SERVICES

조회해보면 파드가 하나면 하나가 있다

두개 이상 인 경우는 probability로 0.33333 이렇게 있다

Last updated

Was this helpful?