Setup Kubernetes

Latest response

I am running Red Hat Enterprise Linux 8.4 on x86-64

Setup Kubernetes cluster using cri-o and kubeadm
Previously I am running kubernetes cluster with kubeadm setup on RHEL 7

Want to achieve same thing on RHEL8, but as per the docs it says docker was deprecated on RHEL8, and want to migrate from docker to any of its alternatives. Thorugh some research i found that CRI-O can be used as container runtime for kubernetes on RHEL8.

As per the installation docs of CRI-O , we need to enable some extra RHEL repos and install container tools, https://github.com/cri-o/cri-o/blob/master/install.md#rhel-8 . But still CRI-O was not installed.

Any suggestion on how to proceed on this ?

Responses