Introduction

Kubernetes clusterizes container hosts (but not limited to, Docker hosts)

Provides load balancing & fault-tolerance across container hosts

Kubernetes Runtime

Kubernetes removed the built-in support for Docker in v1.24 (2022).

The big names in the industry has already switched away from Docker to containerd, or to CRI-O:

Kubernetes Cluster

Cluster → Collection of Nodes

Node → Master, Worker (Minion)

Core Components of Kubernetes

kube-api

scheduler

controller-manager

etcd

kubectl