![[20240619180557.png]]
API server: acts as the front-end for kubernetes. The users, management devices, Command line interfaces all talk to the API server to interact with the kubernetes cluster.
Mater | Worker |
---|---|
has the kube-apiserver | where the containers (e.g: Docker) are hosted |
ETCD is stored here | |
Controller | |
Scheduler |
kubectl run hello-minikube
kubectl cluster info
kubectl get nodes
ctr
can be used to only debugging, not user-friendlynerdctl
provides Docker-like CLI for containerDcrictk
provides a CLI for CRI compatible container runtimes