Can I deploy MongoDB and Sql Server on Containers

Hi Team,

We are planning to deploy our application (web app and api) on containers. We are thinking to do same for databases as well on containers. Currently, we are using MongoDB and Sql server.

Will it be a good practice to deploy the database on containers? is scalable, durable?

Please help

Yes you can. We have deployed mongodb database as a container (statefulset) its been up and running in production since last 3 months and we have not seen any issues. Thanks !!