rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Deploy a database #1004

Closed Mobilpadde closed 4 years ago

Mobilpadde commented 4 years ago

First of, lovely project! :dancer:

I just have one problem, as I can't figure how to deploy a database with rio? Fx, mongodb or postgres.

Hope you can point me in the right direction!

Best

rancher-max commented 4 years ago

I believe this was answered on our Users Slack, but in case anyone else is wondering the same thing, the answer provided was:

Rio is currently focused on stateless workloads. While we plan to add support for "Stateful sets" (and Rio has some minor support for them internally at the moment) we currently only recommend Rio for stateless applications. Refer to Issue: https://github.com/rancher/rio/issues/381 for that enhancement.