Replies: 1 comment
-
@tradenet What is the response you are getting when attempting to send traffic to the (sidenote: I recommend deploying your apps and gateway objects in a separate namespace from |
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 have a Talos k8s cluster with Cilium. Set up a LoadBalancer pool with Cilium.
I have deployed/install NGINX Gateway Fabric directly from the OCI helm registry.
It appears that the LoadBalancer ip lease is granted to the Nginx Fabric deployment by Cilium.
Deployed the coffee example.
However, the LoadBalancer ip isn't reachable. There seems to be a conflict with the coffee gateway deployment.
However, I can reach the coffee example at the node ip address and designated port.
I am not sure what I am missing here.
Docs show that if there is a conflict, it reverts to the pod ip. Which is the case here.
nmap -Pn -n -p 31991 192.168.60.0/24 -vv | grep 'Discovered' Discovered open port 31991/tcp on 192.168.60.33
Any ideas? Doing a port scan doesn't reveal the service/ngf-nginx-gateway-fabric LoadBalancer to be reachable, with the coffee example or without.
Not sure what I am missing here.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions