This repository contains Helm charts to simplify the deployment of a sample MySQL application. Helm is a package manager for Kubernetes that makes it easy to define, install, and upgrade even the most complex Kubernetes applications.
This Helm chart simplifies the deployment of a MySQL database in a Kubernetes cluster. It includes configurable parameters to customize the deployment according to your specific needs.
You can download and install helm from here
-
Clone the repository:
git clone https://github.com/veera-damisetti/helm.git
-
Go to the directory
cd helm/
-
Install mysql application on your cluster
helm install <name for release > mysql-app/ --values mysql-app/values.yaml