How to achieve full cone NAT connectivity inside k8s pods?
I've tested NAT on EC2 (without k8s):
% pystun3
NAT Type: Full Cone
Different story inside pods:
% kubectl run natdisco --rm -i --tty --image=yarmak/natdisco --restart=Never
NAT Type: Symmetric
I'm on EKS.