|
|
||
|---|---|---|
| .. | ||
| hello-world | ||
| httpbin | ||
| .gitignore | ||
| Chart.lock | ||
| Chart.yaml | ||
| Makefile | ||
| README.md | ||
| custom-dns.yaml | ||
| kind-cluster.yaml | ||
| values.yaml | ||
README.md
Kubernetes example
Based on kind as a local Kubernetes cluster and the package manager helm.
Quick start
Before you start:
Required
Then:
make create-clustermake deploy
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
Uninstall
make delete-cluster