How to add schema on demand with pods using Kubernetes in postgres

3/7/2018

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?

-- msr
kubernetes
postgresql
yaml

0 Answers