Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
4いいね 127回再生

[EN] kubernetes cluster core components #kubernetes #overview

A Kubernetes cluster consists of master nodes and worker nodes. The master nodes are responsible for controlling and managing the cluster, while the worker nodes execute applications. To achieve this, the master nodes include core components such as the API server, scheduler, controller manager, and etcd for storage. On the other hand, the worker nodes have components like Kubelet, Kube-proxy, and the container runtime to run and manage containers. This configuration enables Kubernetes to orchestrate and manage containerized applications effectively.

コメント