Write a simple config file. Run one command. Get servers, databases, replication, backups, and firewalls — all handled automatically.
services:
production-database:
package: mysql
replicas: 1Run managed apply and you get two servers, MySQL installed with replication, firewall rules, object storage, and automated backups.
Provisioned on your cloud provider (DigitalOcean, Hetzner, and more) with the right sizing.
Primary-replica topology set up and verified. Change replica count, run apply.
Object storage auto-provisioned. Backups every 6 hours, binlog shipping every 15 minutes.
Service packages declare ports. The platform computes and applies ufw rules.
Passwords auto-generated and stored securely. No secrets in your YAML.
Run apply again. Completed steps are skipped. Only what's needed gets done.