Replies: 1 comment
-
Hi @wanGiB, thanks for opening a discussion. If you intent to use Gateway API, may I direct you to https://github.com/nginxinc/nginx-gateway-fabric, this is the native Gateway API integration by NGINX. You can also directly reach out on #nginx-gateway-fabric channel on community slack. |
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 set up the NGINX Ingress Controller on my Kubernetes cluster using the following configuration:
While the Load Balancer is created successfully, there are no targets (worker nodes) being added to it. Even though there are worker nodes in the cluster, no traffic can reach them through the load balancer.
I have manually added the targets myself, but as soon as I reinitialize the NGINX Ingress Controller, it removes the targets again.
This behavior is confusing, and I do not understand how the services are supposed to be exposed if the targets are consistently removed. Could you please provide clarification or guidance on why the NGINX Ingress Controller isn't properly associating targets with the load balancer?
I intend to use the Gateway API to expose my services and have created the following resources accordingly:
And right below I also attempted to create a custom service that I expect to be a target for the LoadBalancer service:
Request for Assistance:
Could you please provide clarification or guidance on the following?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions