Browsing tag

crio

How to Install Kubernetes on Ubuntu 22.04 / Ubuntu 20.04

Kubernetes is an open-source container orchestration tool that helps deploy, scale, and manage containerized applications. Google initially designed Kubernetes and is now maintained by the Cloud Native Computing Foundation. Kubernetes works with Docker, Containerd, and CRI-O currently. You can call Kubernetes is a cluster manager for Docker, and it provides almost the same functionalities as […]

How to Install CRI-O on Ubuntu 22.04 / Ubuntu 20.04

CRI-O is an open-source container engine and an alternative to the Docker engine. Using the CRI-O container engine, you can launch containers and pods by engaging OCI-compliant (Open Container Initiative) runtimes like runC (default runtime) or Kata Containers. In the upcoming Kubernetes version v1.24, the Docker will no longer be supported as a runtime due […]