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