In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
In this issue, the editor will bring you about what the core components of K8S are. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can get something after reading this article.
1. Three components of core components
Second, configure the storage center (etcd service) can be defined as the entire K8S MYSQL database function (non-relational data), store cluster metadata information, the function is similar to ZK and so on. II. Kube-apiserver services
1. Provide REST API interface for cluster management (including authentication, data verification and cluster status change).
2. Responsible for the data exchange between other modules and assume the function of communication hub.
3. It is the entrance of resource quota control.
4. Provide a complete cluster security mechanism.
III. Kube-controller-manager service
1. It is composed of a series of controllers to monitor the status of the entire cluster through apiserver and ensure that the cluster is working as expected.
IV. Kube-scheduler service
1. The main function is to receive and dispatch Pod to suitable computing nodes, such as budget strategy and optimization strategy.
5. Kube-kubelet service
1. To put it simply, the main function of kubelet is to obtain the desired state of pod on the node (what container to run, the number of copies to run, how to configure the temple for network or storage, etc.) from somewhere, and call the corresponding container platform API to achieve this state.
2. Report the status of the current node to apiserver regularly for scheduling.
3. Clean up the image and container to ensure that the image on the node will not take up full disk space, and that exiting the container will not take up too many resources.
VI. Kube-proxy service
1. In K8S, the network agent running on each node and the carrier of service resources establish the relationship between pod network and cluster network (clusterip-podip).
2. Three commonly used traffic scheduling modes: Userspace\ Iptables\ ipvs (recommended by lvs)
3. Responsible for establishing and deleting scheduling rules, including updating scheduling rules, notifying apiserver of its own updates, or where to get other kube-proxy scheduling rule changes from apiserver to update itself.
VII. Understanding of network architecture
8. Experimental high availability topology diagram
These are the core components of K8S shared by the editor. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.