Can we use droplets located in different Data Centers in Managed Kubernetes ?
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.
Hi there,
You canโt have Kubernetes nodes (Droplets) in different regions within a single DigitalOcean Managed Kubernetes (DOKS) cluster, but you can set up a multi-region architecture using the new global load balancers.
You can check out the documentation here: How to Create a Global Load Balancer
The setup for DOKS clusters would be done as follows:
Create regional load balancers for each DOKS cluster: ๐ Add Load Balancers to Your Kubernetes Cluster
Set up a Global Load Balancer to route traffic between the regional load balancers for high availability and better performance: ๐ Create a Global Load Balancer
For a video guide, check out this video (start at the 6-minute mark): ๐น DOKS Workload Behind Global Load Balancers
- Bobby