Skip to content

niranjangawali1993/mysql-kubernetes-config

Repository files navigation

MySQL Kubernetes Configuration

Detailed explanation and usage of this repository is give in the medium article link

While executing these commands make sure you are in the folder where files are present or change commands to include the file path.

1. Create persistent volume claim following command.

kubeclt create -f mysql-persistent-volume-claim.yaml

2. Create secret using following command.

kubeclt create -f mysql-secret.yaml

3. Create config map

kubeclt create -f mysql-secret.yaml

4. Create Deployment

kubeclt create -f mysql-deployment.yaml

5. Create Service

kubeclt create -f mysql-service.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published