Kubernetes Component Introduction

Source: Internet
Author: User

Master node

Kube-apiserver

Provides a unique operation entry for the resource object, and all other components manipulate the resource object through the API it provides;

Etcd

Distributed key-value storage System. Used to keep cluster status, such as pod, service, and other object information

Kube-controller-manager

Responsible for maintaining the status of the cluster, such as fault detection, auto-scaling, rolling updates, etc.

Cloud-controller-manager

To handle regular background tasks in a cluster, one resource corresponds to a controller, and Controllermanager is responsible for managing those controllers.

Kube-scheduler

Responsible for the scheduling of resources, according to scheduled scheduling strategy to the pod scheduling to the corresponding machine responsible for resource scheduling, according to the scheduled scheduling strategy to the pod scheduling to the corresponding machine


Node nodes

Kubelet

Responsible for all life cycle management of pod creation, modification, monitoring and deletion on this node (nodes), meanwhile, Kubelet periodically "escalate" the status information of the bin to Apiserver

Kube-proxy

Implement POD network agents on node nodes, maintain network rules and four-tier load balancing work

Docker

Docker-damon components

Rkt

Support Container as an alternative to Docker

Supervisord

Process Management services to keep the Docker service running

Fluentd


Reference Link: https://kubernetes.io/docs/concepts/overview/components/#supervisord

Kubernetes Component Introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.