From the course: Certified Kubernetes Administrator (CKA) Cert Prep

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Installing Container Runtime Interface (CRI) and tools

Installing Container Runtime Interface (CRI) and tools - Kubernetes Tutorial

From the course: Certified Kubernetes Administrator (CKA) Cert Prep

Installing Container Runtime Interface (CRI) and tools

- In this lesson, you'll learn how to install the CRI as well as the tools. The container run time is a component that allows you to run containers, so it's a pretty important component. And Kubernetes supports different container run times and these are containerd CRI-O and the Mirantis Container Runtime. containerd probably is used in most cases. Installing a container run time is not a CKA requirement and for that reason, in of course Github repository at https://github.com/sandervanvugt/cka. The setup-container.sh script is provided to set up a container runtime. There's also a setup container, previous version script that sets up the previous version, which allows you to do a cluster update later. I recommend you to use this script to make it easy and focus on the topics that really matter for the exam. The script requires at least Ubuntu server 22.04 or later. No other distributions are supported, so make sure you run it on Ubuntu server. Before starting the installation, you'll…

Contents