DOCKER
Container runtime
Kubernetes uses a Container Runtime
Interface (CRI) compliant container runtime
to orchestrate containers in Pods.
Each node in the Kubernetes cluster the following
components.
A container runtime
Kubectl - The command line interface to Kubernetes API
Kubelet - Agent on each node that receives work from
the scheduler
Kubeadm - Tool to automate deployment and
configuration of a Kubernetes cluster