1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-12 17:26:19 +00:00
Files
geek-cookbook/docs/blog/posts/changelog/updatetd-kubernetes-design-with-oidc-authentik.md
2023-11-03 23:21:06 +13:00

1.2 KiB

date, categories, tags, links, description, title
date categories tags links description title
2023-11-03
CHANGELOG
authentik
kubernetes
OIDC Authentication
kubernetes/oidc-authentication/index.md
K3s OIDC with authentic
kubernetes/oidc-authentication/k3s-authentik.md
EKS OIDC with authentic
kubernetes/oidc-authentication/eks-authentik.md
Using authentic to provide OIDC auth to a Kubernetes cluster Authentic-ate yourself to your Kubernetes cluster

Authentic-ate yourself to your Kubernetes cluster

Following up on our recent [authentik][k8s/authentik] recipe, I've updated our Kubernetes "Essentials" section to include cluster OIDC authentication, provided by authentik (among others).

Why bother with OIDC cluster authentication?

Consider the following downsides to a single, static, long-lived credential:

  1. It can get stolen
  2. It can't be shared (you might want to give your team access to the cluster, or even a limited subset of admin access)
  3. It can't be MFA'd
  4. Using it for the Kubernetes Dashboard (copying and pasting a token into a browser window) is a huge PITA

For the multi-step process to address all of this, see our Kubernetes OIDC Authentication guide!

--8<-- "common-links.md"