nirmata / kube-static-egress-ip

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

Help with the initiali testing #39

Open saiharshitachava opened 4 years ago

saiharshitachava commented 4 years ago

Im very new to this routing concept

I have setup all the components as per the instructions.

I deployed a service and gave the static egress configuration as below..

Spec: Rules: Cidr: 29.90.189.150 Egressip: 11.17.2.208 Service - Name: web

How do I test the traffic now..How can i confirm that the traffic is coming from 11.17.2.208 Any help on this is appreciated

saiharshitachava commented 4 years ago

Any updates?

lyyao09 commented 4 years ago

Use tcpdump on 29.90.189.150, and check if sourceIp is comming from 11.17.2.208 instead of some nodeIp.