Jump to content

Kubernetes: Difference between revisions

552 bytes added ,  6 February 2023
Line 190: Line 190:
</syntaxhighlight>
</syntaxhighlight>
}}
}}
;Certificates
[https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/ Certificate Management with kubeadm]
Kubernetes requires several TLS certificates which are automatically generated by Kubeadm.
These expire in one year but are automatically renewed whenever you upgrade your cluster with <code>kubeadm upgrade apply</code>
To renew the certificates manually, run <code>kubeadm certs renew all</code> and restart your control plane services.
Note that if you lets the certificates expire, you will need to setup kubectl again.


===Pods per node===
===Pods per node===