Hi there,
Is it possible to setup a Kubernetes Cluster that uses distinct Droplet sizes per container? i.e. Queue Workers uses 10 x $5 Droplets and the PHP Instances use 5 x $40 Droplets? Or to all Pods need to run on the same Droplet types?
Could anyone help me with this? 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.
Hello @mike85 ,
Yes, it is possible to use different sizes of worker nodes in the same Kubernetes cluster. Node gets their sizing/capacity data from the nodepool settings. You can create two nodepools of different sizes/plan. For more details refer here:: https://www.digitalocean.com/docs/kubernetes/how-to/create-clusters/#choose-cluster-capacity
I hope it helps.
Best Regards, Purnima Kumari