Database model
Cloud MySQL database
Database connection service for apps that use managed MySQL offerings such as Amazon RDS instead of running MySQL in the stack.
This is the stack-side connection service for apps that should talk to a managed database server. It keeps the database wiring, secrets, and provider model inside Wodby while the actual database runs outside the cluster.
Overview
Technical profile and runtime packaging
Versions
Source repository
Managed providers
Connect the stack to a managed database server
Keep app connections consistent
Reuse the same database connection service across development, staging, and production while changing only the provider-specific database server behind it.
Offload database operations to the provider
Keep backups, scaling, patching, and infrastructure-level database operations with the managed provider instead of handling them inside the stack.
Keep the database close to the cluster
If you deploy the stack to AWS EKS, Azure Kubernetes Service (AKS), DigitalOcean Kubernetes (DOKS), and Google Cloud Platform Kubernetes Engine (GKE), keep the managed database on the same provider for faster network connectivity and tighter security boundaries.
Supported managed database providers
Stacks