CKS Notes - Apiserver request security
1. Identity = kubeconfig
Here the identity equals kubeconfig file
Every kubeconfig file specifies:
the certificate
the client key
the username (CN)
the group (O)
the cluster endpoint
This determines:
Who you are (identity)
What you can do (R...
notes-renovation.hashnode.dev3 min read