Files
Kubernetes Prow Robot 610f4bf4a4 Merge pull request #23330 from rayw000/fix/normalize-files-perm
Remove execute permission from markdown files
2020-08-22 17:25:39 -07:00

1.6 KiB

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Kubernetes API kubernetes-api 2018-04-12 /zh/docs/concepts/overview/kubernetes-api/ Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。
fundamental
architecture

Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。

Kubernetes 资源和"意向记录"都是作为 API 对象储存的,并可以通过对 API 的 RESTful 调用进行修改。 API 允许以声明方式管理配置。 用户可以直接和 Kubernetes API 交互,也可以通过 kubectl 这样的工具进行交互。 核心的 Kubernetes API 是很灵活的,可以扩展以支持定制资源。