We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3013adb + 2cca1a2 commit f5e8071Copy full SHA for f5e8071
content/en/docs/setup/best-practices/certificates.md
@@ -22,6 +22,8 @@ This page explains the certificates that your cluster requires.
22
Kubernetes requires PKI for the following operations:
23
24
* Client certificates for the kubelet to authenticate to the API server
25
+* Kubelet [server certificates](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/#client-and-serving-certificates)
26
+ for the the API server to talk to the kubelets
27
* Server certificate for the API server endpoint
28
* Client certificates for administrators of the cluster to authenticate to the API server
29
* Client certificates for the API server to talk to the kubelets
0 commit comments