Category: Deployment, Database, Data, Kubernetes, Docker

So you’ve been building a production application that uses a PostgreSQL database. During your development phase you have likely been using a local database on your computer or using a Docker instance or perhaps port-forwarding the database from your minishift or development OpenShift cluster.

Related Articles