initial commit

This commit is contained in:
Piethein Strengholt
2018-05-10 15:28:59 +02:00
commit d21072ad62
118 changed files with 7920 additions and 0 deletions

18
deploy/mysql/install.md Executable file
View File

@@ -0,0 +1,18 @@
gcloud compute disks create --size=10GB mysql-disk-quests-qa
kubectl create -f gce-volume.yaml
kubectl create -f mysql-deployment.yaml
kubectl create -f mysql-service.yaml
kubectl get pod
kubectl run -it --rm --image=mysql:5.6 mysql-client -- mysql -h 10.48.2.26 -p c0mm0nZaq123useer
kubectl expose service nginx --port=3306 --target-port=3306 --name=mysql-oauth-service
LOGIN FOEM MYSQL POD
mysql -u root -p --host 127.0.0.1