https://github.com/vinta/simple-project-on-k8s
The incomplete guide to Google Kubernetes Engine
https://github.com/vinta/simple-project-on-k8s
Last synced: 6 months ago
JSON representation
The incomplete guide to Google Kubernetes Engine
- Host: GitHub
- URL: https://github.com/vinta/simple-project-on-k8s
- Owner: vinta
- License: mit
- Created: 2018-06-09T17:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T18:02:40.000Z (about 7 years ago)
- Last Synced: 2025-04-15T00:05:57.455Z (6 months ago)
- Language: JavaScript
- Homepage: https://vinta.ws/code/the-complete-guide-to-google-kubernetes-engine-gke.html
- Size: 146 KB
- Stars: 14
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-project-on-k8s
## Deployment
```console
kubectl apply -f storageclass.yaml && \
kubectl apply -f host-vm/ -R && \
kubectl apply -f mongodb/ -R && \
kubectl apply -f redis-broker/ -R && \
kubectl apply -f redis-cache/ -R && \
kubectl apply -f tick/ -R && \
kubectl apply -f google-cloud-storage-proxy/ -R && \
kubectl apply -f simple-api/ -R && \
kubectl apply -f simple-frontend/ -R && \
kubectl apply -f ingress.yaml
```## Related Posts
- [The incomplete guide to Google Kubernetes Engine](https://vinta.ws/code/the-complete-guide-to-google-kubernetes-engine-gke.html)