Cluster, node, minikube

Out containers are running on some machine (likely a physical server). Such a server is called a node.
Our application might require a large ecosystem of microservices - possibly thousands of such physical machines. They all create a cluster of nodes.

To learn you often start with a minikube - a single node k8s. This way many things are done for you - but you would skip some important steps and, at some point, you would need to go through full k8s installation.

Summary: Cluster of nodes running pods (containers) on them. Minikube is 1-node only cluster with many things already done.

Comments

Popular posts from this blog

Kubernetes cluster

cgroupfs vs systemd