...
https://www.youtube.com/watch?v=QJ4fODH6DXI&ab_channel=KodeKloud | |
---|---|
K8S Component | |
etcd : Distributed key/value store , store all data to manage the cluster. | |
Container runtime | https://kubernetes.io/docs/setup/production-environment/container-runtimes/ |
"lightweight alternatives" to docker and support the standard interface (Container Runtime Interface or CRI ) | containerd CRI-O (Docker) |
Client Agent | |
kubelet | |
command line | |
kubectl |
Containers:
cheaper (in resources) and faster to develop App
...