We handle
- Running, restarting, and scheduling the container
- Database provisioning, credentials, patching, and backup
- TLS, routing, and the private network between the two
- Base platform patching and capacity
One application container and one managed database, wired together.
This is the smallest useful shape for a real application: something that runs your code and something that keeps your data, on separate lifecycles, talking over a private network. Your container can be restarted, rebuilt, or rolled back without any risk to the database.
Bring a container image or a repository with a Dockerfile. We run it, put it behind the edge with a certificate, inject the database credentials as environment variables, and keep both halves patched.
| Compute | 1 container, 1 vCPU equivalent burst |
|---|---|
| Memory | 1 GB application memory |
| Storage | 10 GB persistent volume |
| Database | Managed MariaDB or PostgreSQL, 5 GB |
| Networking | Private in-cluster DNS to the data tier |
| Public access | One hostname with managed TLS |
| Backups | Daily database dump, 14-day retention |
| Deploy | Container image or repository with a Dockerfile |
Written down so there is no argument about it later.
Operator-provisioned. We need your image reference or repository and the port your application listens on. First deploy is normally same or next business day.
Redundant application instances, a larger database, and a change process.
$59 /mo
View details
A dedicated schema on our data tier, backed up and patched by us.
$8 /mo
View details
A PostgreSQL database with extensions, backups, and an operator.
$10 /mo
View details
A Redis-compatible cache with an eviction policy you chose on purpose.
$6 /mo
View details