https://github.com/frc/wp-on-kube
https://github.com/frc/wp-on-kube
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frc/wp-on-kube
- Owner: frc
- Created: 2018-08-10T08:25:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T08:27:21.000Z (almost 8 years ago)
- Last Synced: 2025-08-20T06:48:10.775Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gcloud services enable container.googleapis.com
gcloud container clusters create wp --num-nodes=3
kubectl apply -f mysql-volumeclaim.yaml
kubectl apply -f wordpress-volumeclaim.yaml
kubectl create secret generic mysql --from-literal=password=mysql
kubectl create -f mysql.yaml
kubectl create -f wordpress.yaml
kubectl create -f mysql-service.yaml
kubectl create -f wordpress-service.yaml