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/ )
2024-01-27 09:57:42 +01:00
* install [helm ](https://helm.sh/docs/intro/quickstart/#install-helm ).
2020-06-16 16:39:11 -05:00
2020-06-12 13:12:59 -05:00
Then:
* `make create-cluster`
2024-01-27 09:57:42 +01:00
* `make deploy`
2020-06-12 13:12:59 -05:00
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
2025-01-04 13:09:36 -05:00
Note: When accessing the service for the first time you will need to authenticate with Dex. It is configured using static credentials for testing. With username `admin@example.com` and password set to `password` .
2020-06-12 13:12:59 -05:00
## Uninstall
2020-06-17 19:18:52 -05:00
* `make delete-cluster`