- Home
- All questions
- Question 88
CKA study material · question 88 of 1000
Which key algorithm does kubeadm use by default when generating certificates?
Show the answer
Answer: D. RSA-2048
encryptionAlgorithm defaults to RSA-2048, with RSA-3072, RSA-4096 and ECDSA-P256 as alternatives.
Source: Certificate Management with kubeadm (Kubernetes) — Choosing an encryption algorithm