Creating Kubernetes Cluster With CRI-O Container Runtime

Exploring CRI-O Container Runtime and how to set up a Kubernetes Cluster with it. Container Runtime Interface (CRI) is one of the important parts of the Kubernetes cluster. It is a plugin interface allowing Kubelet to use different container runtimes. And recently, CRI-O container runtime has been announced as a CNCF Graduated project. I thought of creating a hands-on […]