Report this

What is the reason for this report?

How do I add a manula droplet as node to a managed Kubernetes cluster?

Posted on February 1, 2026

Essentially as the title states. Is this a supported configuration?

I have one k8s deployment that is extremely memory heavy, and would like to scale down the size of my managed kubernetes cluster and break out the resource intensive pod(s) into a dedicated droplet node.

Is this a supported config? I can probably hack my way around getting this to work, but I’d like to see if anyone has done this before/if there is docs on the topic



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,

Short answer: this is not a supported configuration. You cannot add a standalone, self-managed Droplet as a node to a DigitalOcean Managed Kubernetes cluster. Managed clusters only support nodes that are created and managed as part of a node pool.

If you have memory heavy workloads, the supported approach is to add a separate node pool with larger droplet sizes and schedule those pods there using node selectors, affinity, or taints and tolerations.

There is no documented or supported way to manually join an arbitrary droplet to a managed cluster, since the control plane expects to manage the full lifecycle of the nodes.

You can find the supported way to scale and add nodes here: https://docs.digitalocean.com/products/kubernetes/how-to/add-node-pools/

If you really need full control over individual nodes, the alternative would be running your own Kubernetes cluster on droplets, but that comes with more operational overhead.

Heya, @seandesportes

You can’t add a standalone, self-managed Droplet as a node to a DigitalOcean Managed Kubernetes cluster. Managed clusters only allow worker nodes that are created and lifecycle-managed through node pools.

Regards

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.