This is a simple chart that deploys development databases to a local K8s cluster. The intended use is with Docker Desktop
- Install Docker Desktop
- Enable Kubernetes
- Install Helm
brew install helm
The following command will install or upgrade MySQL 8.1 and Redis into your local Docker Desktop K8s cluster
make install
The following command will uninstall everything from your local Docker Desktop K8s cluster but leave the data directories intact
make uninstall