I am successfully implemented basic PostgreSQL using Kubernetes. Once pods are created successfully, I went that pod and created the database manually.
I think we should not do it manually right. May I know how to automatically created the schema and database?
How to import existing databases Kubernetes YAML?