Automated commit at Mon Apr 1 11:00:00 CEST 2024

This commit is contained in:
Mischa van den Burg 2024-04-01 11:00:00 +02:00
parent eea2720647
commit ff880d1685
4 changed files with 26 additions and 1 deletions

View File

@ -4,4 +4,4 @@ Permissions from ClusterRolebindings and RoleBindings will be added to each othe
202404011021
202404011021Ma

View File

@ -5,6 +5,10 @@
[[RBAC permissions are additive]]
[[ServiceAccounts are only used by non-humans]]
[[Users do not live in the cluster as resources]]
## Links:

View File

@ -0,0 +1,9 @@
Used for in-cluster controllers, pods.
Managed by the Kubernetes API and lives in the cluster as a resource.
## Links:
202404011050

View File

@ -0,0 +1,12 @@
There is no "User" resource in Kubernetes.
[[Kubernetes users are simply holders of TLS Certificates]]
## Links:
202404011053