Giriş
Açıklaması şöyle
In a typical Kubernetes architecture, the Kubelet is the main agent that runs in all worker nodes and sometimes even the control-plane nodes (more on this later).
It registers itself against a Kubernetes Cluster and is responsible for creating, updating and deleting the containers (or pods) running in the target host. The Kubelet receives instructions from various sources and ensures that the desired state is applied in the target host.
But, did you know that the Kubelet can run in standalone mode? By standalone, we mean that the Kubelet can perform almost all of its functions without any input from an external source.
This presents a potential alternative to docker-compose.
Hiç yorum yok:
Yorum Gönder