Skip to content

jwitschey-r7/k8s-development-databases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s Development Databases

This is a simple chart that deploys development databases to a local K8s cluster. The intended use is with Docker Desktop

Prerequisites

  • Install Docker Desktop
  • Enable Kubernetes
  • Install Helm

Installing Helm

brew install helm

Getting started

The following command will install or upgrade MySQL 8.1 and Redis into your local Docker Desktop K8s cluster

make install

Uninstall everything

The following command will uninstall everything from your local Docker Desktop K8s cluster but leave the data directories intact

make uninstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%