Run WordPress on Kubernetes running MariaDB on a Persistant Volume
- Docker
- Kubernetes cluster with persistant volume
- deploy with
kubectl apply -f kubernetes-manifests/
- shut down app with
kubectl delete -f kubernetes-manifests/
https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/