I'm looking for advice on the different methods to expose my Kong instance as an API Gateway within an EKS (Elastic Kubernetes Service) cluster, specifically through a Load Balancer. Any guidance would be appreciated!
1 Answer
API Gateways and Gateway APIs can be pretty different, so it's crucial to read the documentation carefully. Make sure you understand the distinctions, as they can affect how you set everything up.

Totally agree! I faced similar issues when switching over to different ingress controllers; the different naming conventions can be confusing.