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.
v1
Authentication Resources - v1
This version offers customizable configurations to help you generate your own setup. While Kubernetes has released multiple development versions, such as v1alpha1, v1beta1, and others, in Authentication Resources - v1, the initial templates are derived from Kubernetes v1 release.
Resources
Resource | Description | Templates |
---|---|---|
ServiceAccount | Provides an identity for pods to authenticate with the Kubernetes API. | v1 |
TokenRequest | Issues short-lived tokens for secure authentication within the cluster. | v1 |
TokenReview | Validates authentication tokens and retrieves associated user identity. | v1 |
CertificateSigningReview | Manages requests for TLS certificates to secure cluster communications. | v1 |
Release Status: Under Development