Since running a PostgreSQL database inside a container is not recommended for production, which managed service would you recommend for using the database in a Kubernetes environment? I’ve developed a Python application that is currently containerized using Docker, with three separate containers: backend, frontend, and the app logic. I’m now planning to migrate this application to a Kubernetes cluster and looking for the most cost-effective (ideally zero-cost) solution to support this setup.