Which container runtime engine does OpenShift use by default?
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.
Community Discussion