Skip to content

Kubernetes traefik ingress controller not creating Public IP #11000

Closed Answered by mark-duggan
mark-duggan asked this question in Q&A
Discussion options

You must be logged in to vote

@kiranchavala, thanks for the suggestion. I tried this but it didn't fix my issue. However, I did some more digging into the network configuration and I figured it out myself. I used this article on Medium to reconfigure the IP Pool used by Calico from 192.168.0.0/16 to 172.16.0.0/16, which is not a range which overlaps with anything in my internal network.

I think the main problem was that Calico will not nat translate anything that is targetted to a Calico IP Pool address, so the virtual router was eventually dropping the packets, I think due to a routing confusion more than anything, although this is still quite in the weeds of networking and NAT. Once I created a new IP Pool, restarte…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mark-duggan
Comment options

You must be logged in to vote
1 reply
@mark-duggan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants