Friday, August 30, 2019

Deployment of MySQL in Kubernetes

Here is a simple example of deployment for a MySQL database instance in Kubernetes.

https://github.com/rafareyeslopez/mysql-kubernetes

Deployment of PostgreSQL in Kubernetes

Here is a simple example of deployment for a PostgreSQL database instance in Kubernetes.

As said this is a simple example, some things can be improved like using "secrets" for the credentials.

https://github.com/rafareyeslopez/postgresql-kubernetes