1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-04 23:37:29 +02:00

23 lines
528 B
Markdown
Raw Normal View History

# Kubernetes example
Based on [kind](https://kind.sigs.k8s.io) as a local Kubernetes cluster.
## 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).
Then:
* `make create-cluster`
2024-01-27 09:57:42 +01:00
* `make deploy`
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
## Uninstall
2020-06-17 19:18:52 -05:00
* `make delete-cluster`