https://github.com/zpratt/kube-playground
Hacking with kubernetes, graphql, and maybe some other stuff
https://github.com/zpratt/kube-playground
Last synced: 10 months ago
JSON representation
Hacking with kubernetes, graphql, and maybe some other stuff
- Host: GitHub
- URL: https://github.com/zpratt/kube-playground
- Owner: zpratt
- Created: 2017-07-14T21:54:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T16:19:20.000Z (almost 9 years ago)
- Last Synced: 2025-08-07T02:46:51.115Z (11 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zach's Kubernetes Playground
This is nothing but a hack for me to learn with. Do not expect to find production quality solutions in here.
## Running locally
When running the first time, you need to install dependencies with `./scripts/prerequisites.sh`
1. `./scripts/start-minikube.sh`
2. `./scripts/build.sh`
3. `./scripts/deploy.sh`
4. `curl -v "$(minikube service kube-node --url)/api"`