Home > Net >  Network Load Balancer on EKS with AWS Load Balancer Controller
Network Load Balancer on EKS with AWS Load Balancer Controller

Time:10-19

I have a EKS cluster deployed using the Cloudformation template from enter image description here

Then, I tried to deploy a NLB with a Kubernetes service of type LoadBalancer, I follow enter image description here

CodePudding user response:

Installing the LB controller on your cluster is not enough, you need to setup the necessary policy and permission for your controller to interact with ELB.

  • Related