Update content/en/docs/concepts/architecture/control-plane-node-communication.md

This commit is contained in:
kadtendulkar 2022-07-09 22:10:15 +05:30
parent 6d0db84674
commit 0fb0c50071
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ are allowed.
Nodes should be provisioned with the public root certificate for the cluster such that they can
connect securely to the API server along with valid client credentials. A good approach is that the
client credentials provided to the kubelet are in the form of a client certificate. See
[kubelet TLS bootstrapping](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/)
[kubelet TLS bootstrapping](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/)
for automated provisioning of kubelet client certificates.
Pods that wish to connect to the API server can do so securely by leveraging a service account so