Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 26, 2020 11:24
Show Gist options
  • Save velotiotech/03a6a25eafc779cc99ddc3398bf7347b to your computer and use it in GitHub Desktop.
Save velotiotech/03a6a25eafc779cc99ddc3398bf7347b to your computer and use it in GitHub Desktop.
velotiotech:~/work$ helm install mysql-release ./mysql
NAME: mysql-release
LAST DEPLOYED: Mon Nov 25 14:48:38 2019
NAMESPACE: mysql-chart
STATUS: deployed
REVISION: 1
NOTES:
1. Use below command to connect to mysql:
kubectl run -it --rm --image=mysql:5.6 --restart=Never mysql-client -- mysql -h mysql-release -ppassword
2. Try creating database in mysql using command:
create database test;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment