mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-01-22 05:19:26 +02:00
11c033e2c8
* expose kind to 443 port * make helm optional * rename folder to kubernetes
Kubernetes example
Based on kind as a local Kubernetes cluster.
Quick start
Before you start:
Required
Optional
- install helm 3.
Then:
make create-cluster
make deploy
ORmake helm-deploy
for helm
Visit http://httpbin.localtest.me or http://hello-world.localtest.me/
Uninstall
make delete-cluster
ORmake helm-undeploy
for helm