oauth2-proxy/contrib/local-environment/kubernetes
renovate[bot] dea0d0cf44
chore(deps): update helmv3 (#3189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-28 07:53:12 +01:00
..
.gitignore
Chart.lock chore(deps): update helmv3 (#3189) 2025-10-28 07:53:12 +01:00
Chart.yaml chore(deps): update helmv3 (#3189) 2025-10-28 07:53:12 +01:00
Makefile
README.md
custom-dns.yaml
kind-cluster.yaml
values.yaml

README.md

Kubernetes example

Based on kind as a local Kubernetes cluster.

Quick start

Before you start:

Required

Then:

  • make create-cluster
  • make deploy

Visit http://httpbin.localtest.me or http://hello-world.localtest.me/ 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.

Uninstall

  • make delete-cluster