
Simon Schwer
Hi
I’m trying to configure an elastic ip with Amazon’s Elastic Kubernetes service so I can expose a static public IP address in order to connect an IoT box to EKS. What is the best practice in order to release this?
The load balancer is set up within the EKS yaml file, but of course has not a static ip adress.
This is how this works in google cloud:
https://cloud.google.com/kubernetes-engine/docs/tutorials/configuring-domain-name-static-ip
Thank you for any help