zh-trans: add kubernetes-api.md (#11323)

未解决引入英文原文导致的冲突,重新创建PR:#11297
This commit is contained in:
AdamDang
2018-11-27 12:48:30 +08:00
committed by k8s-ci-robot
parent 1994c9d44e
commit a9bc1689f9
@@ -3,6 +3,21 @@ title: Kubernetes API
id: kubernetes-api id: kubernetes-api
date: 2018-04-12 date: 2018-04-12
full_link: /docs/concepts/overview/kubernetes-api/ full_link: /docs/concepts/overview/kubernetes-api/
short_description: >
Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。
aka:
tags:
- fundamental
- architecture
---
<!--
---
title: Kubernetes API
id: kubernetes-api
date: 2018-04-12
full_link: /docs/concepts/overview/kubernetes-api/
short_description: > short_description: >
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster. The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
@@ -11,9 +26,22 @@ tags:
- fundamental - fundamental
- architecture - architecture
--- ---
-->
<!--
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster. The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
-->
Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。
<!--more--> <!--more-->
<!--
Kubernetes resources and "records of intent" are all stored as API objects, and modified via RESTful calls to the API. The API allows configuration to be managed in a declarative way. Users can interact with the Kubernetes API directly, or via tools like `kubectl`. The core Kubernetes API is flexible and can also be extended to support custom resources. Kubernetes resources and "records of intent" are all stored as API objects, and modified via RESTful calls to the API. The API allows configuration to be managed in a declarative way. Users can interact with the Kubernetes API directly, or via tools like `kubectl`. The core Kubernetes API is flexible and can also be extended to support custom resources.
-->
Kubernetes 资源和"意向记录"都是作为 API 对象储存的,并可以通过对 API 的 RESTful 调用进行修改。
API 允许以声明方式管理配置。
用户可以直接和 Kubernetes API 交互,也可以通过 `kubectl` 这样的工具进行交互。
核心的 Kubernetes API 是很灵活的,可以扩展以支持定制资源。