0

Is it possible in AWS to export the load balancers present in AWS to a certain EKS Cluster?

I would need to export a list of LoadBalancers associated with the EKS Cluster in order to indicate which ones have public or private access.

Thanks

Lekost93
  • 13
  • 3
  • Can you explain what you mean by "export" in this context? Also if you have tried anything already, please also share that. – Rick Rackow May 03 '23 at 08:17
  • How to export I think about listing, visualizing. I need to know the load balancers that were created by EKS, a list/relationship. What I did so far was to list the loadbalancers on the console but I couldn't relate. – Lekost93 May 03 '23 at 12:24
  • For NLB services, you could run something like `kubectl get svc -A -o=jsonpath="{.items[*]['status.loadBalancer']}"` This would give you the URL of the load balancer at least. You should be able to do a similar thing for ALBs and ingress objects. – Jeremy Cowan May 03 '23 at 21:28

0 Answers0