Kubernetes OIDC Authentication

As I have started dabbling in SSO and federated identity management using Auth0, I had a thought: “could I access my Kubernetes cluster with an Auth0 user identity?”. And so, begins a new (fairly short) rabbit-hole to dive into. Prerequisites You will need: A free Auth0 account A computer A decision on your Kubernetes flavour of choice, I will be using K3S here kubectl with kubelogin installed Setup Create a machine-to-machine Auth0 Client....

September 16, 2023 · 2 min · 353 words · Hans Song