Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.36 KB

k8s-best-practices-container-runtime.adoc

File metadata and controls

29 lines (18 loc) · 1.36 KB

Container runtime

OpenShift uses CRI-O as a CRI interface for Kubernetes. CRI-O manages runC for container image execution. CRI-O is an open-source container engine that provides a stable, performant platform for running OCI compatible runtimes. CRI-O is developed, tested and released in tandem with Kubernetes major and minor releases.

Note

Images should be OCI compliant. Red Hat recommends that you build images using Red Hat’s open Universal Base Image (UBI).

See [k8s-best-practices-ubi] for additional information about UBI and support.

For more information about CRI-O, see the following:

This environment is maintained with the following open source tools: