nirmata / kube-static-egress-ip

Kubernetes CRD to manage static egress IP addresses for workloads
Apache License 2.0
214 stars 38 forks source link

egress ip doesnt work #48

Open prasad-1210 opened 4 years ago

prasad-1210 commented 4 years ago

Hello,

Im new to iptable level details for troubleshooting. here is what i tried to setup and test

VM1 - run nc -lvk 5500 VM2 - telnet 5500 <=== This works as its directly on VM to VM over a reachable IP Address

Now, setup egress-staticIP

    - egressip: <VM2_IP_ADDRESS>
    service-name: frontend
    cidr: <VM1_IP_ADDRESS>/32

After applying rule tried telnet from pod matched by service kubectl exec -ti -- telnet 5500 <= This is expected to work. But it doesn't.

Operation System: RHEL 7.8 Kubernetes : 1.14

Please advise on how to troubleshoot