Skip to main content

What is this integration?

Manage DNS zones and basic records through DigitalOcean.

What Monk manages

  • Domain and A/CNAME records

Getting Started

  1. Add DO provider (PAT configured in provider)
  2. Define a domain (save as do-domains.yaml):
namespace: do-domains-example

domain-with-ip:
  defines: digitalocean-domains/domain
  name: example.com
  ip_address: 192.168.1.1
  ttl: 3600
  1. Create/update:
monk update do-domains-example/domain-with-ip