- Home
- All questions
- Question 46
CKA study material · question 46 of 1000
Why can kubeadm fail to run on a lightweight distribution such as Alpine Linux?
Show the answer
Answer: C. kubeadm binaries are dynamically linked against glibc, which it lacks
kubeadm assumes glibc; a distribution without it needs a compatibility layer providing the expected symbols.
Source: Installing kubeadm (Kubernetes) — Installing kubeadm