From a02e0ef1dd46d10f76086a6ee9152c9d2e1f9291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 6 Apr 2026 14:29:43 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20kubectl=20auth=20whoami?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/authn-authz.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/slides/k8s/authn-authz.md b/slides/k8s/authn-authz.md index 4ec2e3ee..d17339c9 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -106,6 +106,23 @@ --- +## Who are we? + +- We can ask the Kubernetes API who we are + + (or rather: who it thinks we are) + +.lab[ + +- Try the following command on your Kubernetes cluster: + ```bash + kubectl auth whoami + ``` + +] + +--- + ## Authentication methods - TLS client certificates