oauth2-proxy/contrib/kubernetes
Evgeni Gordeev 11c033e2c8 * move httpbin and hello-world charts outside.
* expose kind to 443 port
* make helm optional
* rename folder to kubernetes
2020-06-16 16:39:11 -05:00
..
.gitignore * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
Chart.lock * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
Chart.yaml * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
Makefile * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
README.md * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
custom-dns.yaml * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
kind-cluster.yaml * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
oauth2-proxy-example-full.yaml * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00
values.yaml * move httpbin and hello-world charts outside. 2020-06-16 16:39:11 -05:00

README.md

Kubernetes example

Based on kind as a local Kubernetes cluster.

Quick start

Before you start:

Required

Optional

Then:

  • make create-cluster
  • make deploy OR make helm-deploy for helm

Visit http://httpbin.localtest.me or http://hello-world.localtest.me/

Uninstall

  • make delete-cluster OR make helm-undeploy for helm