oauth2-proxy/contrib/local-environment/kubernetes
Evgeni Gordeev c85e5297b5 * some polish 2020-06-16 16:47:10 -05:00
..
.gitignore * some polish 2020-06-16 16:47:10 -05:00
Chart.lock * some polish 2020-06-16 16:47:10 -05:00
Chart.yaml * some polish 2020-06-16 16:47:10 -05:00
Makefile * some polish 2020-06-16 16:47:10 -05:00
README.md * some polish 2020-06-16 16:47:10 -05:00
custom-dns.yaml * some polish 2020-06-16 16:47:10 -05:00
kind-cluster.yaml * some polish 2020-06-16 16:47:10 -05:00
oauth2-proxy-example-full.yaml * some polish 2020-06-16 16:47:10 -05:00
values.yaml * some polish 2020-06-16 16:47:10 -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