What is this integration?
Provision and manage DigitalOcean managed databases.Supported Engines
| Engine | Slug | Versions |
|---|---|---|
| PostgreSQL | pg | 11, 12, 13, 14, 15, 16 |
| MySQL | mysql | 5.7, 8.0 |
| Valkey | valkey | 7, 8 |
| MongoDB | mongodb | 4.4, 5.0, 6.0, 7.0 |
| Apache Kafka | kafka | 3.5 |
| OpenSearch | opensearch | 1.x, 2.x |
Note: Redis has been replaced by Valkey on DigitalOcean. If you want to use Redis, usevalkeyas the engine instead. For backwards compatibility, specifyingengine: rediswill automatically be mapped tovalkey.
What Monk manages
- Database clusters and configuration
Getting Started
- Add DO provider (PAT configured in provider)
- Define a PostgreSQL cluster (save as do-db.yaml):
- Create/update:

