Please enable JavaScript.
Coggle requires JavaScript to display documents.
kubernetes (Why kubernetes (easily deploy as many instances of your…
kubernetes
Why kubernetes
-
-
-
automating deployment, scaling and management of containerized applications
Architecture
-
Worker Nodes
-
Components
kubelet
-
-
kube-apiserver periodically fetches status reports from the kublets to monitor the status of nodes and containers on them
-
-
-
-
-