How to run kong gateway and kong ingress controller in the same cluster #5966
Unanswered
davidshare
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up kong gateway and the ingress controller in an EKS cluster. Both the controller, and the gateway create classic LBs in the cluster.
The problem is that the ingress resources are destroyed and recreated continuously. It will create the resource and point it to the LB of the gateway, then destroy it and create the ingress resource pointing to the controller LB.
I am new to trying to use kong. Please why does the gateway need an LB if the ingress controller has an LB, or how do I disable the gateway LB so that they all use the ingress controller.
I have tried going through docs, but I am not getting any clarity.
My ingress resource
The kong values
The chart: https://github.com/Kong/charts/blob/main/charts/ingress/README.md
Also, how do I set the LB to be NLB instead of CLB?
Beta Was this translation helpful? Give feedback.
All reactions