In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article shows you how to understand the Kubernetes architecture of the Node node, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something.
Node is the place where Pod runs, and Kubernetes supports Docker, rkt and other container Runtime. The Kubernetes components running on Node are kubelet, kube-proxy, and Pod networks (for example, flannel).
Kubelet
Kubelet is the agent of Node. When Scheduler determines that Pod is running on a Node, it will send the specific configuration information of Pod (image, volume, etc.) to the kubelet,kubelet of this node to create and run containers based on this information, and report the running status to Master.
Kube-proxy
Service logically represents multiple Pod at the back end, and the outside world accesses the Pod through service. How are requests received by service forwarded to Pod? This is what kube-proxy is going to do.
Each Node runs the kube-proxy service, which is responsible for forwarding the TCP/UPD data flow that accesses the service to the back-end container. If there are multiple replicas, kube-proxy will achieve load balancing.
Pod network
For Pod to be able to communicate with each other, Kubernetes Cluster must deploy a Pod network, and flannel is one of the options.
A complete architectural diagram
Combined with the experimental environment, we get the following architecture diagram:
The system components of Kubernetes are put into kube-system namespace. Here is a kube-dns component that provides DNS services for Cluster, which we will discuss later. Kube-dns is installed as an add-on when performing kubeadm init (step ⑤).
Kubelet is the only Kubernetes component that does not run as a container, and it runs through Systemd in Ubuntu.
The above content is how to understand the Node nodes of the Kubernetes architecture. Have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, 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.