Run Multiple Container Runtimes

Learn how to run multiple container runtimes in Kubernetes.

Overview

With the help of the CRI, we can let kubelet talk with a variety of container runtimes. In this lesson, we will show how to configure containerd to run both the runc and gVisor containers. runc is a low-level container engine that is used by containerd to manage containers. On the other hand, gVisor is an application kernel that provides a secure environment for containers.

Get hands-on with 1200+ tech skills courses.