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