Managed Database Integration¶
Overview¶
Wodby provides special "Cloud" external database services that integrate with third-party cloud providers.
How to use an external database server from my app¶
- Create a new external database server from
Databasespage using your Cloud integration - Go to the
Configurepage of your stack and add the appropriate Cloud Database service (from listed above) - To make sure your app will use the external database server instead of a container-based one, go to
Linkspage of your stack service (from where database connection established) and update the DB link to use the Cloud Database service instead of the container-based one - Now, create a new app using this stack, in the process you will be asked to choose an external database server. Select the one you created on step 1 for the Cloud Database service
Reside with Kubernetes¶
When creating a new external managed database, you can choose a Kubernetes cluster to reside this database with. The Kubernetes cluster must be created from the same integration as the database. When selected, it will use the same cloud network as the Kubernetes cluster for private connections and minimizing network latency.