Report this

What is the reason for this report?

How to automatically add tags to droplets in Kubernetes cluster

Posted on January 23, 2022

I am automating the Kubernetes cluster following the starter kit: https://github.com/digitalocean/Kubernetes-Starter-Kit-Developers/tree/main/15-automate-with-terraform-flux

Our database is managed PG database on DO (outside of kubernetes cluster). In order to allow connection to DB, I need to add a tag to the droplets. How can I do that automatically? Or there is a better way to do it?



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.
0

Accepted Answer

Can you execute Digital Ocean CLI commands from your Terraform setup? If so, then this should help:

https://docs.digitalocean.com/reference/doctl/reference/compute/droplet/tag/

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.