⎈ k8s knowledge compiler

CertificateSigningRequest [api_object]ai-synthesized · conf 0.82

CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued. Kubelets use this API to obtain: 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName). 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName). This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers.

certificatesnetworkingsecurity

A CertificateSigningRequest is an object that represents a request for a certificate to be signed.

Why it matters It allows users to request certificates from the Kubernetes cluster.

Key facts - Represents a request for a certificate - Can be used to request certificates from the cluster

Related CertificateSigningRequestCondition, CertificateSigningRequestList

Sources

swagger.jsonio.k8s.api.certificates.v1.CertificateSigningRequest

Related (7)

related_to ObjectMetareferences type conf=1
related_to CertificateSigningRequestStatusreferences type conf=1
related_to CertificateSigningRequestSpecreferences type conf=1
api_for CertificateSigningRequestdocuments API object conf=1
api_for AllowInsecureKubeletCertificateSigningRequestsdocuments API object conf=1
related_to CertificateSigningRequestListreferences type conf=1

← all API Explorer