Is it possible to use a Kubernetes Cluster with a custom Nginx load balancer instead of the Digital Ocean load balancer. I need to be able to assign multiple domains to the cluster which isn’t possible with the Digital Ocean load balancer. If it is possible, how would I get static public IP for the cluster? Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hey there,
I believe that this is not possible, a Load Balancer is the way to go. You could setup an Nginx Ingress to route traffic from your domains to your back-end services:
https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nginx-ingress-on-digitalocean-kubernetes-using-helm
https://marketplace.digitalocean.com/apps/nginx-ingress-controller
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
Hope that helps!
- Bobby.