This post shows how to customize some of the pararameters for the LoadBalancer created but I was willing to know if you can specify other parameters such as the Load Balancer type (such as global instead of regional, or even configuring the number of nodes for the regional one).
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! 👋
To set this up, you’ll need to create regional load balancers for your DOKS clusters and then configure a Global Load Balancer to route traffic to those regional load balancers.
Here’s how you can do it:
Start by creating the regional load balancers for your Kubernetes cluster. You can follow this guide to set it up: 👉 Add Load Balancers to Your Kubernetes Cluster
Once that’s done, you can configure the Global Load Balancer to forward traffic to the regional load balancers.
For a step-by-step walkthrough, check out this video (start at the 6-minute mark for the relevant section): 📹 DOKS Workload Behind Global Load Balancers
Let me know if you have any questions! 😊
- Bobby