- Home
- All questions
- Question 958
CKA study material · question 958 of 1000
Which command shows which container runtime each node is using?
Show the answer
Answer: A. kubectl get nodes -o wide
The wide output has a CONTAINER-RUNTIME column naming the runtime and its version per node, which is how a mixed cluster is spotted from one place.
Source: Find Out What Container Runtime is Used on a Node (Kubernetes) — Find out the container runtime used on a Node