- Home
- All questions
- Question 83
CKA study material · question 83 of 1000
Which two statements about cgroup drivers in a kubeadm cluster are correct? Choose two.
Show the answer
Answer: C. The kubelet and the container runtime must use the same driver
A. cgroupfs is the kubelet's default driver
A mismatched cgroup driver breaks the node; cgroupfs is the kubelet default, but a systemd host wants systemd.
Source: Container Runtimes (Kubernetes) — cgroup drivers