Multus CNI integration. #7914
Unanswered
RiddlerKnight
asked this question in
Q&A
Replies: 1 comment
-
I do some research and I found this
to install cni-plugin to all node
Now everything look good no errors and status annotation in the pod shows the interface attached to the pod but still not access ingress from pub-ip. I'm not sure why. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting up a little lab for POC. I have 4 node, cp = 3, worker = 1. The worker node has 2 physical network interfaces the first one is private and the another is public. I have only 1 public IP available that I want to attach to worker node and expose the nginx ingress controller to public network interfaces.
I don't want to setup external load balancer which increases another complexity.
Currently, I use cilium CNI as the primary and I found that every container has only eth0 attached to --apiserver-advertise-address only.
I not sure can cilium CNI integrate with Multus CNI ?
Have someone experienced this approach?
This is example architect.
Beta Was this translation helpful? Give feedback.
All reactions