2020-06-12 13:12:59 -05:00
|
|
|
# Kubernetes example
|
2020-06-16 16:39:11 -05:00
|
|
|
Based on [kind](https://kind.sigs.k8s.io) as a local Kubernetes cluster.
|
2020-06-12 13:12:59 -05:00
|
|
|
|
|
|
|
## Quick start
|
|
|
|
|
|
|
|
Before you start:
|
|
|
|
|
|
|
|
_Required_
|
|
|
|
* install [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
|
|
|
|
* install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
|
|
|
|
|
2020-06-16 16:39:11 -05:00
|
|
|
_Optional_
|
|
|
|
* install [helm 3](https://helm.sh/docs/intro/quickstart/#install-helm).
|
|
|
|
|
2020-06-12 13:12:59 -05:00
|
|
|
Then:
|
|
|
|
|
|
|
|
* `make create-cluster`
|
2020-06-16 16:39:11 -05:00
|
|
|
* `make deploy` OR `make helm-deploy` for helm
|
2020-06-12 13:12:59 -05:00
|
|
|
|
|
|
|
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
|
|
|
|
|
|
|
|
## Uninstall
|
|
|
|
|
2020-06-17 19:18:52 -05:00
|
|
|
* `make delete-cluster`
|