The Basic Of K8s

Posted lijianming180

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The Basic Of K8s相关的知识,希望对你有一定的参考价值。

k8s 基础概念

1、一个k8s集群包括

  • 一个Master节点(主节点)

  • 一群Node节点(计算节点)

2、Master节点

包括API Server、Scheduler、Controller manager、etcd。

  • API Server是整个系统的对外接口,供客户端和其它组件调用,相当于“营业厅”。

  • Scheduler负责对集群内部的资源进行调度,相当于“调度室”。

  • Controller manager负责管理控制器,相当于“大总管”。

  • etcd保存了整个集群的状态。

3、Node节点

Node节点包 大专栏  The Basic Of K8s括Docker、kubelet、kube-proxy、Fluentd、kube-dns(可选),还有就是Pod。

  • Pod是Kubernetes最基本的操作单元。一个Pod代表着集群中运行的一个进程,它内部封装了一个或多个紧密相关的容器。除了Pod之外,K8S还有一个Service的概念,一个Service可以看作一组提供相同服务的Pod的对外访问接口。

  • Kubelet,主要负责监视指派到它所在Node上的Pod,包括创建、修改、监控、删除等。

  • Kube-proxy,主要负责为Pod对象提供代理。

  • Fluentd,主要负责日志收集、存储与查询。

参考文章:

以上是关于The Basic Of K8s的主要内容,如果未能解决你的问题,请参考以下文章

detectron2报AttributeError: Attribute ‘evaluator_type‘ does not exist in the metadata of dataset(代码片段

[Grid Layout] Use auto-fill and auto-fit if the number of repeated grid tracks is not to be def(代码片段

Basic Tutorials of Redis - Commands of Strings

text Visual Basic代码片段

error execution phase preflight: couldn't validate the identity of the API Server: Get https://1

The Sketch Book of Diane