An AKS Cluster's Kubelet should rotate client certificates automatically

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Description

Client certificates should be rotated. This ensures there is no downtime due to expired certificates.

Remediation

Choose one of the following remediation methods. For both methods, a restart of the Kubelet service is required.

Kubelet config file

  1. Add the following JSON to the /etc/kubernetes/kubelet/kubelet-config.json file.
"rotateCertificates": true

Executable arguments

--rotate-certificates=true