I'm new to using containers and am wondering some of the best practices for database processes inside of containers. I was planning on adding database processing nodes in new containers and scaling them out as I max out demand (basically using containers as a microservice). From what I've read anything involving data should not be incorporated into containers. I'm new to using containers and am wondering so