Kubernetes authentication resources define the mechanisms and objects used to verify the identity of users, services, and components interacting with the cluster. These include ServiceAccounts, TokenRequests, TokenReviews, CertificateSigningRequests, ClusterTrustBundles, and SelfSubjectReviews, which collectively provide a robust and flexible authentication system for secure access control and identity verification within Kubernetes clusters.
⏎Enter
v1
Under development
Kubernetes v1 authentication resources provide mechanisms for verifying identities within the cluster. These include ServiceAccounts, TokenRequests, TokenReviews, and CertificateSigningRequests, forming a robust system for secure access control in Kubernetes clusters.