Study. uk . com
  1. Home
  2. All questions
  3. Question 958

CKA study material · question 958 of 1000

Which command shows which container runtime each node is using?

  1. kubectl get nodes -o wide
  2. kubectl describe node --show-runtime
  3. kubectl get runtimeclasses
  4. crictl version on each node
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

Challenge yourself on this topic → Study as cards