QuestionQ48

Cloud Orchestration with OpenShift

Which container runtime engine does OpenShift use by default?

  • A containerd
  • B cri-o
  • C Docker
  • D runC
Explanation

OpenShift Container Platform uses CRI-O as its container engine. CRI-O is the Kubernetes-native engine that manages container lifecycle operations on OpenShift nodes; runC is an underlying OCI runtime used by CRI-O rather than the engine itself.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!