Question
Kubernetes External Load Balancer Service
Hi, I’m building a container cluster using CoreOs and Kubernetes, and I’ve seend that in order to expose a Pod to the world you have to create a Service with Type: LoadBalancer
. I was wondering how to achieve this with Floating IP. I can’t seem to find any documentation about it.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
@mateeyow have you found a solution? I am attempting to accomplish something very similar.