Proper way to configure Calico Whisker for Ingress exposure? #10395
-
I'm trying to expose Calico Whisker through Ingress-NGINX load balancer instead of port forwarding. I've done the ingress part, but I've stumbled upon default Network Policy which forbids traffic from the Ingress-NGINX to reach port 8081. I have tried to modify default
Is this the correct way to expose Whisker through Ingress-NGINX load balancer or is there any way to configure default Network Policy through operator using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@ViliusS yep! What you've done is how it was intended to work. NetworkPolicies are additive, so simply adding a network policy that allows the traffic you need will do the trick. |
Beta Was this translation helpful? Give feedback.
@ViliusS yep! What you've done is how it was intended to work. NetworkPolicies are additive, so simply adding a network policy that allows the traffic you need will do the trick.