1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-06 22:42:56 +02:00
Files
oauth2-proxy/contrib/local-environment/kubernetes
renovate[bot] b05bdc0fbd chore(deps): update helm examples (#2951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-13 22:06:39 +02:00
..
2020-06-16 16:47:10 -05:00
2024-01-27 09:57:42 +01:00

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