cubxxw / blog

Xinwei(bear) blog system 博客系统 | ChatGPT | Sora | CloudNative | 定期分享前沿的 AI | ChatGpt | LLM | Sora 技术。欢迎订阅 RSS https://nsddd.top/zh/posts/index.xml
https://nsddd.top
Creative Commons Zero v1.0 Universal
14 stars 3 forks source link

zh-tw/posts/deep-dive-into-the-components-of-kubernetes-kube-apiserver/ #11

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

深入了解Kubernetes Kube apisserver的组件 | 繁體中文博客

Kubernetes API的每个请求都会经过多阶段的访问控制之后才会被接受,这包括认证、授权以及准入控制(Admission Control)等。

https://nsddd.top/zh-tw/posts/deep-dive-into-the-components-of-kubernetes-kube-apiserver/

cubxxw commented 9 months ago

kube-apiserver是Kubernetes最重要的核心组件之一,主要提供以下的功能

提供集群管理的REST API接口,包括认证授权、数据校验以及集群状态变更等 提供其他模块之间的数据交互和通信的枢纽(其他模块通过API Server查询或修改数据,只有API Server才直接操作etcd)

kubbot commented 9 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


kube-apiserver is one of the most important core components of Kubernetes and mainly provides the following functions

Provides REST API interface for cluster management, including authentication and authorization, data verification, cluster status changes, etc. Provides a hub for data interaction and communication between other modules (other modules query or modify data through the API Server, and only the API Server directly operates etcd)

cubxxw commented 9 months ago

kube-apiserver是Kubernetes最重要的核心组件之一,主要提供以下的功能

提供集群管理的REST API接口,包括认证授权、数据校验以及集群状态变更等 提供其他模块之间的数据交互和通信的枢纽(其他模块通过API Server查询或修改数据,只有API Server才直接操作etcd)

kubbot commented 9 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


kube-apiserver is one of the most important core components of Kubernetes and mainly provides the following functions

Provides REST API interface for cluster management, including authentication and authorization, data verification, cluster status changes, etc. Provides a hub for data interaction and communication between other modules (other modules query or modify data through the API Server, and only the API Server directly operates etcd)