Tag: k8s

2 posts tagged with “k8s”

Kubernetes Installation

Prerequisite (all nodes) yum update Install CRI (Docker) Install Docker from CentOS/RHEL repository yum install -y docker systemctl enable docker.service Setup daemon cat > /etc/docker/daemon.json ...

← Back to Home