Point glossary terms to Chinese pages if available
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
title: 附加组件
|
title: 附加组件
|
||||||
id: addons
|
id: addons
|
||||||
date: 2019-12-15
|
date: 2019-12-15
|
||||||
full_link: /docs/concepts/cluster-administration/addons/
|
full_link: /zh/docs/concepts/cluster-administration/addons/
|
||||||
short_description: >
|
short_description: >
|
||||||
扩展 Kubernetes 功能的资源。
|
扩展 Kubernetes 功能的资源。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Add-ons
|
title: Add-ons
|
||||||
id: addons
|
id: addons
|
||||||
date: 2019-12-15
|
date: 2019-12-15
|
||||||
full_link: /docs/concepts/cluster-administration/addons/
|
full_link: /zh/docs/concepts/cluster-administration/addons/
|
||||||
short_description: >
|
short_description: >
|
||||||
Resources that extend the functionality of Kubernetes.
|
Resources that extend the functionality of Kubernetes.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 准入控制器
|
title: 准入控制器
|
||||||
id: admission-controller
|
id: admission-controller
|
||||||
date: 2019-06-28
|
date: 2019-06-28
|
||||||
full_link: /docs/reference/access-authn-authz/admission-controllers/
|
full_link: /zh/docs/reference/access-authn-authz/admission-controllers/
|
||||||
short_description: >
|
short_description: >
|
||||||
在对象持久化之前拦截 Kubernetes Api 服务器请求的一段代码
|
在对象持久化之前拦截 Kubernetes Api 服务器请求的一段代码
|
||||||
aka:
|
aka:
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Admission Controller
|
title: Admission Controller
|
||||||
id: admission-controller
|
id: admission-controller
|
||||||
date: 2019-06-28
|
date: 2019-06-28
|
||||||
full_link: /docs/reference/access-authn-authz/admission-controllers/
|
full_link: /zh/docs/reference/access-authn-authz/admission-controllers/
|
||||||
short_description: >
|
short_description: >
|
||||||
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
|
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 聚合层
|
title: 聚合层
|
||||||
id: aggregation-layer
|
id: aggregation-layer
|
||||||
date: 2018-10-08
|
date: 2018-10-08
|
||||||
full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
|
full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
|
||||||
short_description: >
|
short_description: >
|
||||||
聚合层允许您在自己的集群上安装额外的 Kubernetes 风格的 API。
|
聚合层允许您在自己的集群上安装额外的 Kubernetes 风格的 API。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Aggregation Layer
|
title: Aggregation Layer
|
||||||
id: aggregation-layer
|
id: aggregation-layer
|
||||||
date: 2018-10-08
|
date: 2018-10-08
|
||||||
full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
|
full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
|
||||||
short_description: >
|
short_description: >
|
||||||
The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
|
The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 注解
|
title: 注解
|
||||||
id: annotation
|
id: annotation
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/annotations
|
full_link: /zh/docs/concepts/overview/working-with-objects/annotations
|
||||||
short_description: >
|
short_description: >
|
||||||
注解是以键值对的形式给资源对象附加随机的无法标识的元数据。
|
注解是以键值对的形式给资源对象附加随机的无法标识的元数据。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Annotation
|
title: Annotation
|
||||||
id: annotation
|
id: annotation
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/annotations
|
full_link: /zh/docs/concepts/overview/working-with-objects/annotations
|
||||||
short_description: >
|
short_description: >
|
||||||
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
|
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: API Group
|
title: API Group
|
||||||
id: api-group
|
id: api-group
|
||||||
date: 2019-09-02
|
date: 2019-09-02
|
||||||
full_link: /docs/concepts/overview/kubernetes-api/#api-groups
|
full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups
|
||||||
short_description: >
|
short_description: >
|
||||||
Kubernetes API 中的一组相关路径
|
Kubernetes API 中的一组相关路径
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: API Group
|
title: API Group
|
||||||
id: api-group
|
id: api-group
|
||||||
date: 2019-09-02
|
date: 2019-09-02
|
||||||
full_link: /docs/concepts/overview/kubernetes-api/#api-groups
|
full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups
|
||||||
short_description: >
|
short_description: >
|
||||||
A set of related paths in the Kubernetes API.
|
A set of related paths in the Kubernetes API.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 证书
|
title: 证书
|
||||||
id: certificate
|
id: certificate
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/tls/managing-tls-in-a-cluster/
|
full_link: /zh/docs/tasks/tls/managing-tls-in-a-cluster/
|
||||||
short_description: >
|
short_description: >
|
||||||
证书是个安全加密文件,用来确认对 Kubernetes 集群访问的合法性。
|
证书是个安全加密文件,用来确认对 Kubernetes 集群访问的合法性。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Certificate
|
title: Certificate
|
||||||
id: certificate
|
id: certificate
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/tls/managing-tls-in-a-cluster/
|
full_link: /zh/docs/tasks/tls/managing-tls-in-a-cluster/
|
||||||
short_description: >
|
short_description: >
|
||||||
A cryptographically secure file used to validate access to the Kubernetes cluster.
|
A cryptographically secure file used to validate access to the Kubernetes cluster.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 云控制器管理器
|
title: 云控制器管理器
|
||||||
id: cloud-controller-manager
|
id: cloud-controller-manager
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/administer-cluster/running-cloud-controller/
|
full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/
|
||||||
short_description: >
|
short_description: >
|
||||||
云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式。
|
云控制器管理器是 1.8 的 alpha 特性。在未来发布的版本中,这是将 Kubernetes 与任何其他云集成的最佳方式。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Cloud Controller Manager
|
title: Cloud Controller Manager
|
||||||
id: cloud-controller-manager
|
id: cloud-controller-manager
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/administer-cluster/running-cloud-controller/
|
full_link: /zh/docs/tasks/administer-cluster/running-cloud-controller/
|
||||||
short_description: >
|
short_description: >
|
||||||
Cloud Controller Manager is an alpha feature in 1.8. In upcoming releases it will be the preferred way to integrate Kubernetes with any cloud.
|
Cloud Controller Manager is an alpha feature in 1.8. In upcoming releases it will be the preferred way to integrate Kubernetes with any cloud.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 云供应商
|
title: 云供应商
|
||||||
id: cloud-provider
|
id: cloud-provider
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/cluster-administration/cloud-providers
|
full_link: /zh/docs/concepts/cluster-administration/cloud-providers
|
||||||
short_description: >
|
short_description: >
|
||||||
云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。
|
云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Cloud Provider
|
title: Cloud Provider
|
||||||
id: cloud-provider
|
id: cloud-provider
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/cluster-administration/cloud-providers
|
full_link: /zh/docs/concepts/cluster-administration/cloud-providers
|
||||||
short_description: >
|
short_description: >
|
||||||
Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters.
|
Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: CNI (容器网络接口)
|
title: CNI (容器网络接口)
|
||||||
id: cni
|
id: cni
|
||||||
date: 2018-05-25
|
date: 2018-05-25
|
||||||
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
|
full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
|
||||||
short_description: >
|
short_description: >
|
||||||
容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
|
容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: CNI (Container network interface)
|
title: CNI (Container network interface)
|
||||||
id: cni
|
id: cni
|
||||||
date: 2018-05-25
|
date: 2018-05-25
|
||||||
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
|
full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
|
||||||
short_description: >
|
short_description: >
|
||||||
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
|
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: ConfigMap
|
title: ConfigMap
|
||||||
id: configmap
|
id: configmap
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/configure-pod-container/configure-pod-configmap/
|
full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/
|
||||||
short_description: >
|
short_description: >
|
||||||
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。
|
ConfigMap 是一种 API 对象,用来将非机密性的数据保存到健值对中。使用时可以用作环境变量、命令行参数或者存储卷中的配置文件。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: ConfigMap
|
title: ConfigMap
|
||||||
id: configmap
|
id: configmap
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/configure-pod-container/configure-pod-configmap/
|
full_link: /zh/docs/tasks/configure-pod-container/configure-pod-configmap/
|
||||||
short_description: >
|
short_description: >
|
||||||
An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or config files in a volume.
|
An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or config files in a volume.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 容器生命周期钩子
|
title: 容器生命周期钩子
|
||||||
id: container-lifecycle-hooks
|
id: container-lifecycle-hooks
|
||||||
date: 2018-10-08
|
date: 2018-10-08
|
||||||
full_link: /docs/concepts/containers/container-lifecycle-hooks/
|
full_link: /zh/docs/concepts/containers/container-lifecycle-hooks/
|
||||||
short_description: >
|
short_description: >
|
||||||
生命周期钩子暴露容器管理生命周期中的事件,允许用户在事件发生时运行代码。
|
生命周期钩子暴露容器管理生命周期中的事件,允许用户在事件发生时运行代码。
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ tags:
|
|||||||
title: Container Lifecycle Hooks
|
title: Container Lifecycle Hooks
|
||||||
id: container-lifecycle-hooks
|
id: container-lifecycle-hooks
|
||||||
date: 2018-10-08
|
date: 2018-10-08
|
||||||
full_link: /docs/concepts/containers/container-lifecycle-hooks/
|
full_link: /zh/docs/concepts/containers/container-lifecycle-hooks/
|
||||||
short_description: >
|
short_description: >
|
||||||
The lifecycle hooks expose events in the container management lifecycle and let the user run code when the events occur.
|
The lifecycle hooks expose events in the container management lifecycle and let the user run code when the events occur.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 容器
|
title: 容器
|
||||||
id: container
|
id: container
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers
|
full_link: /zh/docs/concepts/overview/what-is-kubernetes/#why-containers
|
||||||
short_description: >
|
short_description: >
|
||||||
容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。
|
容器是可移植、可执行的轻量级的镜像,镜像中包含软件及其相关依赖。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Container
|
title: Container
|
||||||
id: container
|
id: container
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/what-is-kubernetes/#why-containers
|
full_link: /zh/docs/concepts/overview/what-is-kubernetes/#why-containers
|
||||||
short_description: >
|
short_description: >
|
||||||
A lightweight and portable executable image that contains software and all of its dependencies.
|
A lightweight and portable executable image that contains software and all of its dependencies.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 容器运行时接口 (CRI)
|
title: 容器运行时接口 (CRI)
|
||||||
id: cri
|
id: cri
|
||||||
date: 2019-03-07
|
date: 2019-03-07
|
||||||
full_link: /docs/concepts/overview/components/#container-runtime
|
full_link: /zh/docs/concepts/overview/components/#container-runtime
|
||||||
short_description: >
|
short_description: >
|
||||||
一组与 kubelet 集成的容器运行时 API
|
一组与 kubelet 集成的容器运行时 API
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Container runtime interface (CRI)
|
title: Container runtime interface (CRI)
|
||||||
id: cri
|
id: cri
|
||||||
date: 2019-03-07
|
date: 2019-03-07
|
||||||
full_link: /docs/concepts/overview/components/#container-runtime
|
full_link: /zh/docs/concepts/overview/components/#container-runtime
|
||||||
short_description: >
|
short_description: >
|
||||||
An API for container runtimes to integrate with kubelet
|
An API for container runtimes to integrate with kubelet
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: CronJob
|
title: CronJob
|
||||||
id: cronjob
|
id: cronjob
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/cron-jobs/
|
full_link: /zh/docs/concepts/workloads/controllers/cron-jobs/
|
||||||
short_description: >
|
short_description: >
|
||||||
管理定期运行的 [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/)。
|
管理定期运行的 [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/)。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: CronJob
|
title: CronJob
|
||||||
id: cronjob
|
id: cronjob
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/cron-jobs/
|
full_link: /zh/docs/concepts/workloads/controllers/cron-jobs/
|
||||||
short_description: >
|
short_description: >
|
||||||
Manages a [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) that runs on a periodic schedule.
|
Manages a [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) that runs on a periodic schedule.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 容器存储接口 (CSI)
|
title: 容器存储接口 (CSI)
|
||||||
id: csi
|
id: csi
|
||||||
date: 2018-06-25
|
date: 2018-06-25
|
||||||
full_link: /docs/concepts/storage/volumes/#csi
|
full_link: /zh/docs/concepts/storage/volumes/#csi
|
||||||
short_description: >
|
short_description: >
|
||||||
容器存储接口 (CSI)定义了存储系统暴露给容器的标准接口。
|
容器存储接口 (CSI)定义了存储系统暴露给容器的标准接口。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Container Storage Interface (CSI)
|
title: Container Storage Interface (CSI)
|
||||||
id: csi
|
id: csi
|
||||||
date: 2018-06-25
|
date: 2018-06-25
|
||||||
full_link: /docs/concepts/storage/volumes/#csi
|
full_link: /zh/docs/concepts/storage/volumes/#csi
|
||||||
short_description: >
|
short_description: >
|
||||||
The Container Storage Interface (CSI) defines a standard interface to expose storage systems to containers.
|
The Container Storage Interface (CSI) defines a standard interface to expose storage systems to containers.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: DaemonSet
|
title: DaemonSet
|
||||||
id: daemonset
|
id: daemonset
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/daemonset
|
full_link: /zh/docs/concepts/workloads/controllers/daemonset
|
||||||
short_description: >
|
short_description: >
|
||||||
确保 Pod 的副本在集群中的一组节点上运行。
|
确保 Pod 的副本在集群中的一组节点上运行。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: DaemonSet
|
title: DaemonSet
|
||||||
id: daemonset
|
id: daemonset
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/daemonset
|
full_link: /zh/docs/concepts/workloads/controllers/daemonset
|
||||||
short_description: >
|
short_description: >
|
||||||
Ensures a copy of a Pod is running across a set of nodes in a cluster.
|
Ensures a copy of a Pod is running across a set of nodes in a cluster.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Deployment
|
title: Deployment
|
||||||
id: deployment
|
id: deployment
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/deployment/
|
full_link: /zh/docs/concepts/workloads/controllers/deployment/
|
||||||
short_description: >
|
short_description: >
|
||||||
Deployment 是管理应用副本的 API 对象。
|
Deployment 是管理应用副本的 API 对象。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Deployment
|
title: Deployment
|
||||||
id: deployment
|
id: deployment
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/deployment/
|
full_link: /zh/docs/concepts/workloads/controllers/deployment/
|
||||||
short_description: >
|
short_description: >
|
||||||
An API object that manages a replicated application.
|
An API object that manages a replicated application.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 驱动插件
|
title: 驱动插件
|
||||||
id: device-plugin
|
id: device-plugin
|
||||||
date: 2019-02-02
|
date: 2019-02-02
|
||||||
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
|
full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
|
||||||
short_description: >
|
short_description: >
|
||||||
在 Kubernetes 中运行的容器提供对供应商特定资源的访问权限。
|
在 Kubernetes 中运行的容器提供对供应商特定资源的访问权限。
|
||||||
aka:
|
aka:
|
||||||
@@ -15,7 +15,7 @@ tags:
|
|||||||
title: Device Plugin
|
title: Device Plugin
|
||||||
id: device-plugin
|
id: device-plugin
|
||||||
date: 2019-02-02
|
date: 2019-02-02
|
||||||
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
|
full_link: /zh/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/
|
||||||
short_description: >
|
short_description: >
|
||||||
Containers running in Kubernetes that provide access to a vendor specific resource.
|
Containers running in Kubernetes that provide access to a vendor specific resource.
|
||||||
aka:
|
aka:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 干扰
|
title: 干扰
|
||||||
id: disruption
|
id: disruption
|
||||||
date: 2019-09-10
|
date: 2019-09-10
|
||||||
full_link: /docs/concepts/workloads/pods/disruptions/
|
full_link: /zh/docs/concepts/workloads/pods/disruptions/
|
||||||
short_description: >
|
short_description: >
|
||||||
导致 Pod 服务停止的事件。
|
导致 Pod 服务停止的事件。
|
||||||
aka:
|
aka:
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Disruption
|
title: Disruption
|
||||||
id: disruption
|
id: disruption
|
||||||
date: 2019-09-10
|
date: 2019-09-10
|
||||||
full_link: /docs/concepts/workloads/pods/disruptions/
|
full_link: /zh/docs/concepts/workloads/pods/disruptions/
|
||||||
short_description: >
|
short_description: >
|
||||||
An event that leads to Pod(s) going out of service
|
An event that leads to Pod(s) going out of service
|
||||||
aka:
|
aka:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: docker
|
title: docker
|
||||||
id: docker
|
id: docker
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/reference/kubectl/docker-cli-to-kubectl/
|
full_link: /zh/docs/reference/kubectl/docker-cli-to-kubectl/
|
||||||
short_description: >
|
short_description: >
|
||||||
Docker 是一种可以提供操作系统级别虚拟化(也称作容器)的软件技术。
|
Docker 是一种可以提供操作系统级别虚拟化(也称作容器)的软件技术。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: docker
|
title: docker
|
||||||
id: docker
|
id: docker
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/reference/kubectl/docker-cli-to-kubectl/
|
full_link: /zh/docs/reference/kubectl/docker-cli-to-kubectl/
|
||||||
short_description: >
|
short_description: >
|
||||||
Docker is a software technology providing operating-system-level virtualization also known as containers.
|
Docker is a software technology providing operating-system-level virtualization also known as containers.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 动态卷供应
|
title: 动态卷供应
|
||||||
id: dynamicvolumeprovisioning
|
id: dynamicvolumeprovisioning
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/storage/dynamic-provisioning
|
full_link: /zh/docs/concepts/storage/dynamic-provisioning
|
||||||
short_description: >
|
short_description: >
|
||||||
允许用户请求自动创建存储卷。
|
允许用户请求自动创建存储卷。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Dynamic Volume Provisioning
|
title: Dynamic Volume Provisioning
|
||||||
id: dynamicvolumeprovisioning
|
id: dynamicvolumeprovisioning
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/storage/dynamic-provisioning
|
full_link: /zh/docs/concepts/storage/dynamic-provisioning
|
||||||
short_description: >
|
short_description: >
|
||||||
Allows users to request automatic creation of storage Volumes.
|
Allows users to request automatic creation of storage Volumes.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 端点切片
|
title: 端点切片
|
||||||
id: endpoint-slice
|
id: endpoint-slice
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/endpoint-slices/
|
full_link: /zh/docs/concepts/services-networking/endpoint-slices/
|
||||||
short_description: >
|
short_description: >
|
||||||
一种将网络端点与 Kubernetes 资源组合在一起的方法。
|
一种将网络端点与 Kubernetes 资源组合在一起的方法。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Endpoint Slice
|
title: Endpoint Slice
|
||||||
id: endpoint-slice
|
id: endpoint-slice
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/endpoint-slices/
|
full_link: /zh/docs/concepts/services-networking/endpoint-slices/
|
||||||
short_description: >
|
short_description: >
|
||||||
A way to group network endpoints together with Kubernetes resources.
|
A way to group network endpoints together with Kubernetes resources.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 临时容器
|
title: 临时容器
|
||||||
id: ephemeral-container
|
id: ephemeral-container
|
||||||
date: 2019-08-26
|
date: 2019-08-26
|
||||||
full_link: /docs/concepts/workloads/pods/ephemeral-containers/
|
full_link: /zh/docs/concepts/workloads/pods/ephemeral-containers/
|
||||||
short_description: >
|
short_description: >
|
||||||
您可以在 Pod 中临时运行的一种容器类型
|
您可以在 Pod 中临时运行的一种容器类型
|
||||||
aka:
|
aka:
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Ephemeral Container
|
title: Ephemeral Container
|
||||||
id: ephemeral-container
|
id: ephemeral-container
|
||||||
date: 2019-08-26
|
date: 2019-08-26
|
||||||
full_link: /docs/concepts/workloads/pods/ephemeral-containers/
|
full_link: /zh/docs/concepts/workloads/pods/ephemeral-containers/
|
||||||
short_description: >
|
short_description: >
|
||||||
A type of container type that you can temporarily run inside a Pod
|
A type of container type that you can temporarily run inside a Pod
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: etcd
|
title: etcd
|
||||||
id: etcd
|
id: etcd
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
|
full_link: /zh/docs/tasks/administer-cluster/configure-upgrade-etcd/
|
||||||
short_description: >
|
short_description: >
|
||||||
etcd 是兼具一致性和高可用性的键值数据库,用作保存 Kubernetes 所有集群数据的后台数据库。
|
etcd 是兼具一致性和高可用性的键值数据库,用作保存 Kubernetes 所有集群数据的后台数据库。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: etcd
|
title: etcd
|
||||||
id: etcd
|
id: etcd
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/administer-cluster/configure-upgrade-etcd/
|
full_link: /zh/docs/tasks/administer-cluster/configure-upgrade-etcd/
|
||||||
short_description: >
|
short_description: >
|
||||||
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data.
|
Consistent and highly-available key value store used as Kubernetes' backing store for all cluster data.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 扩展组件
|
title: 扩展组件
|
||||||
id: Extensions
|
id: Extensions
|
||||||
date: 2019-02-01
|
date: 2019-02-01
|
||||||
full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions
|
full_link: /zh/docs/concepts/extend-kubernetes/extend-cluster/#extensions
|
||||||
short_description: >
|
short_description: >
|
||||||
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
|
扩展组件是扩展并与 Kubernetes 深度集成以支持新型硬件的软件组件。
|
||||||
aka:
|
aka:
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Extensions
|
title: Extensions
|
||||||
id: Extensions
|
id: Extensions
|
||||||
date: 2019-02-01
|
date: 2019-02-01
|
||||||
full_link: /docs/concepts/extend-kubernetes/extend-cluster/#extensions
|
full_link: /zh/docs/concepts/extend-kubernetes/extend-cluster/#extensions
|
||||||
short_description: >
|
short_description: >
|
||||||
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
|
Extensions are software components that extend and deeply integrate with Kubernetes to support new types of hardware.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: FlexVolume
|
title: FlexVolume
|
||||||
id: flexvolume
|
id: flexvolume
|
||||||
date: 2018-06-25
|
date: 2018-06-25
|
||||||
full_link: /docs/concepts/storage/volumes/#flexvolume
|
full_link: /zh/docs/concepts/storage/volumes/#flexvolume
|
||||||
short_description: >
|
short_description: >
|
||||||
Flexvolume 是创建 out-of-tree 卷插件的一种接口。 {{< glossary_tooltip text="容器存储接口(CSI)" term_id="csi" >}} 是比 Flexvolume 更新的接口,它解决了 Flexvolumes 的一些问题。
|
Flexvolume 是创建 out-of-tree 卷插件的一种接口。 {{< glossary_tooltip text="容器存储接口(CSI)" term_id="csi" >}} 是比 Flexvolume 更新的接口,它解决了 Flexvolumes 的一些问题。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: FlexVolume
|
title: FlexVolume
|
||||||
id: flexvolume
|
id: flexvolume
|
||||||
date: 2018-06-25
|
date: 2018-06-25
|
||||||
full_link: /docs/concepts/storage/volumes/#flexvolume
|
full_link: /zh/docs/concepts/storage/volumes/#flexvolume
|
||||||
short_description: >
|
short_description: >
|
||||||
FlexVolume is an interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface which addresses several problems with FlexVolumes.
|
FlexVolume is an interface for creating out-of-tree volume plugins. The {{< glossary_tooltip text="Container Storage Interface" term_id="csi" >}} is a newer interface which addresses several problems with FlexVolumes.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Pod 水平自动扩缩器
|
title: Pod 水平自动扩缩器
|
||||||
id: horizontal-pod-autoscaler
|
id: horizontal-pod-autoscaler
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/run-application/horizontal-pod-autoscale/
|
full_link: /zh/docs/tasks/run-application/horizontal-pod-autoscale/
|
||||||
short_description: >
|
short_description: >
|
||||||
Pod 水平自动扩缩器(Horizontal Pod Autoscaler)是一种 API 资源,它根据目标 CPU 利用率或自定义度量目标扩缩 Pod 副本的数量。
|
Pod 水平自动扩缩器(Horizontal Pod Autoscaler)是一种 API 资源,它根据目标 CPU 利用率或自定义度量目标扩缩 Pod 副本的数量。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Horizontal Pod Autoscaler
|
title: Horizontal Pod Autoscaler
|
||||||
id: horizontal-pod-autoscaler
|
id: horizontal-pod-autoscaler
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/run-application/horizontal-pod-autoscale/
|
full_link: /zh/docs/tasks/run-application/horizontal-pod-autoscale/
|
||||||
short_description: >
|
short_description: >
|
||||||
An API resource that automatically scales the number of pod replicas based on targeted CPU utilization or custom metric targets.
|
An API resource that automatically scales the number of pod replicas based on targeted CPU utilization or custom metric targets.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Ingress
|
title: Ingress
|
||||||
id: ingress
|
id: ingress
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/ingress/
|
full_link: /zh/docs/concepts/services-networking/ingress/
|
||||||
short_description: >
|
short_description: >
|
||||||
Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问方式是 HTTP。
|
Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问方式是 HTTP。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Ingress
|
title: Ingress
|
||||||
id: ingress
|
id: ingress
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/ingress/
|
full_link: /zh/docs/concepts/services-networking/ingress/
|
||||||
short_description: >
|
short_description: >
|
||||||
An API object that manages external access to the services in a cluster, typically HTTP.
|
An API object that manages external access to the services in a cluster, typically HTTP.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: kube-proxy
|
title: kube-proxy
|
||||||
id: kube-proxy
|
id: kube-proxy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/reference/command-line-tools-reference/kube-proxy/
|
full_link: /zh/docs/reference/command-line-tools-reference/kube-proxy/
|
||||||
short_description: >
|
short_description: >
|
||||||
`kube-proxy` 是集群中每个节点上运行的网络代理。
|
`kube-proxy` 是集群中每个节点上运行的网络代理。
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ tags:
|
|||||||
title: kube-proxy
|
title: kube-proxy
|
||||||
id: kube-proxy
|
id: kube-proxy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/reference/command-line-tools-reference/kube-proxy/
|
full_link: /zh/docs/reference/command-line-tools-reference/kube-proxy/
|
||||||
short_description: >
|
short_description: >
|
||||||
`kube-proxy` is a network proxy that runs on each node in the cluster.
|
`kube-proxy` is a network proxy that runs on each node in the cluster.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Kubernetes API
|
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: /zh/docs/concepts/overview/kubernetes-api/
|
||||||
short_description: >
|
short_description: >
|
||||||
Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。
|
Kubernetes API 是通过 RESTful 接口提供 Kubernetes 功能服务并负责集群状态存储的应用程序。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Kubernetes API
|
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: /zh/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.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 标签
|
title: 标签
|
||||||
id: label
|
id: label
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/labels
|
full_link: /zh/docs/concepts/overview/working-with-objects/labels
|
||||||
short_description: >
|
short_description: >
|
||||||
用来为对象设置可标识的属性标记;这些标记对用户而言是有意义且重要的。
|
用来为对象设置可标识的属性标记;这些标记对用户而言是有意义且重要的。
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ tags:
|
|||||||
title: Label
|
title: Label
|
||||||
id: label
|
id: label
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/labels
|
full_link: /zh/docs/concepts/overview/working-with-objects/labels
|
||||||
short_description: >
|
short_description: >
|
||||||
Tags objects with identifying attributes that are meaningful and relevant to users.
|
Tags objects with identifying attributes that are meaningful and relevant to users.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 日志
|
title: 日志
|
||||||
id: logging
|
id: logging
|
||||||
date: 2019-04-04
|
date: 2019-04-04
|
||||||
full_link: /docs/concepts/cluster-administration/logging/
|
full_link: /zh/docs/concepts/cluster-administration/logging/
|
||||||
short_description: >
|
short_description: >
|
||||||
日志是集群或应用程序记录的事件列表。
|
日志是集群或应用程序记录的事件列表。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Logging
|
title: Logging
|
||||||
id: logging
|
id: logging
|
||||||
date: 2019-04-04
|
date: 2019-04-04
|
||||||
full_link: /docs/concepts/cluster-administration/logging/
|
full_link: /zh/docs/concepts/cluster-administration/logging/
|
||||||
short_description: >
|
short_description: >
|
||||||
Logs are the list of events that are logged by cluster or application.
|
Logs are the list of events that are logged by cluster or application.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 名称
|
title: 名称
|
||||||
id: name
|
id: name
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/names
|
full_link: /zh/docs/concepts/overview/working-with-objects/names
|
||||||
short_description: >
|
short_description: >
|
||||||
客户端提供的字符串,用来指代资源 URL 中的对象,如 `/api/v1/pods/some-name`。
|
客户端提供的字符串,用来指代资源 URL 中的对象,如 `/api/v1/pods/some-name`。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Name
|
title: Name
|
||||||
id: name
|
id: name
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/names
|
full_link: /zh/docs/concepts/overview/working-with-objects/names
|
||||||
short_description: >
|
short_description: >
|
||||||
A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`.
|
A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 命名空间
|
title: 命名空间
|
||||||
id: namespace
|
id: namespace
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/namespaces
|
full_link: /zh/docs/concepts/overview/working-with-objects/namespaces
|
||||||
short_description: >
|
short_description: >
|
||||||
命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。
|
命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Namespace
|
title: Namespace
|
||||||
id: namespace
|
id: namespace
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/namespaces
|
full_link: /zh/docs/concepts/overview/working-with-objects/namespaces
|
||||||
short_description: >
|
short_description: >
|
||||||
An abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster.
|
An abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 网络策略
|
title: 网络策略
|
||||||
id: network-policy
|
id: network-policy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/network-policies/
|
full_link: /zh/docs/concepts/services-networking/network-policies/
|
||||||
short_description: >
|
short_description: >
|
||||||
网络策略是一种规范,规定了允许 Pod 组之间、Pod 与其他网络端点之间以怎样的方式进行通信。
|
网络策略是一种规范,规定了允许 Pod 组之间、Pod 与其他网络端点之间以怎样的方式进行通信。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Network Policy
|
title: Network Policy
|
||||||
id: network-policy
|
id: network-policy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/network-policies/
|
full_link: /zh/docs/concepts/services-networking/network-policies/
|
||||||
short_description: >
|
short_description: >
|
||||||
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
|
A specification of how groups of Pods are allowed to communicate with each other and with other network endpoints.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 节点
|
title: 节点
|
||||||
id: node
|
id: node
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/architecture/nodes/
|
full_link: /zh/docs/concepts/architecture/nodes/
|
||||||
short_description: >
|
short_description: >
|
||||||
Kubernetes 中的工作机器称作节点。
|
Kubernetes 中的工作机器称作节点。
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ tags:
|
|||||||
title: Node
|
title: Node
|
||||||
id: node
|
id: node
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/architecture/nodes/
|
full_link: /zh/docs/concepts/architecture/nodes/
|
||||||
short_description: >
|
short_description: >
|
||||||
A node is a worker machine in Kubernetes.
|
A node is a worker machine in Kubernetes.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Operator 模式
|
title: Operator 模式
|
||||||
id: operator-pattern
|
id: operator-pattern
|
||||||
date: 2019-05-21
|
date: 2019-05-21
|
||||||
full_link: /docs/concepts/extend-kubernetes/operator/
|
full_link: /zh/docs/concepts/extend-kubernetes/operator/
|
||||||
short_description: >
|
short_description: >
|
||||||
一种用于管理自定义资源的专用控制器
|
一种用于管理自定义资源的专用控制器
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Operator pattern
|
title: Operator pattern
|
||||||
id: operator-pattern
|
id: operator-pattern
|
||||||
date: 2019-05-21
|
date: 2019-05-21
|
||||||
full_link: /docs/concepts/extend-kubernetes/operator/
|
full_link: /zh/docs/concepts/extend-kubernetes/operator/
|
||||||
short_description: >
|
short_description: >
|
||||||
A specialized controller used to manage a custom resource
|
A specialized controller used to manage a custom resource
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Pod 安全策略
|
title: Pod 安全策略
|
||||||
id: pod-security-policy
|
id: pod-security-policy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/policy/pod-security-policy/
|
full_link: /zh/docs/concepts/policy/pod-security-policy/
|
||||||
short_description: >
|
short_description: >
|
||||||
为 Pod 的创建和更新操作启用细粒度的授权。
|
为 Pod 的创建和更新操作启用细粒度的授权。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Pod Security Policy
|
title: Pod Security Policy
|
||||||
id: pod-security-policy
|
id: pod-security-policy
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/policy/pod-security-policy/
|
full_link: /zh/docs/concepts/policy/pod-security-policy/
|
||||||
short_description: >
|
short_description: >
|
||||||
Enables fine-grained authorization of pod creation and updates.
|
Enables fine-grained authorization of pod creation and updates.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: RBAC(基于角色的访问控制)
|
title: RBAC(基于角色的访问控制)
|
||||||
id: rbac
|
id: rbac
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/reference/access-authn-authz/rbac/
|
full_link: /zh/docs/reference/access-authn-authz/rbac/
|
||||||
short_description: >
|
short_description: >
|
||||||
管理授权决策,允许管理员通过 Kubernetes API 动态配置访问策略。
|
管理授权决策,允许管理员通过 Kubernetes API 动态配置访问策略。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: RBAC (Role-Based Access Control)
|
title: RBAC (Role-Based Access Control)
|
||||||
id: rbac
|
id: rbac
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/reference/access-authn-authz/rbac/
|
full_link: /zh/docs/reference/access-authn-authz/rbac/
|
||||||
short_description: >
|
short_description: >
|
||||||
Manages authorization decisions, allowing admins to dynamically configure access policies through the Kubernetes API.
|
Manages authorization decisions, allowing admins to dynamically configure access policies through the Kubernetes API.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: ReplicaSet
|
title: ReplicaSet
|
||||||
id: replica-set
|
id: replica-set
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/replicaset/
|
full_link: /zh/docs/concepts/workloads/controllers/replicaset/
|
||||||
short_description: >
|
short_description: >
|
||||||
ReplicaSet 是下一代副本控制器。
|
ReplicaSet 是下一代副本控制器。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: ReplicaSet
|
title: ReplicaSet
|
||||||
id: replica-set
|
id: replica-set
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/replicaset/
|
full_link: /zh/docs/concepts/workloads/controllers/replicaset/
|
||||||
short_description: >
|
short_description: >
|
||||||
ReplicaSet is the next-generation Replication Controller.
|
ReplicaSet is the next-generation Replication Controller.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 资源配额
|
title: 资源配额
|
||||||
id: resource-quota
|
id: resource-quota
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/policy/resource-quotas/
|
full_link: /zh/docs/concepts/policy/resource-quotas/
|
||||||
short_description: >
|
short_description: >
|
||||||
资源配额提供了限制每个命名空间的资源消耗总和的约束。
|
资源配额提供了限制每个命名空间的资源消耗总和的约束。
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: Resource Quotas
|
title: Resource Quotas
|
||||||
id: resource-quota
|
id: resource-quota
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/policy/resource-quotas/
|
full_link: /zh/docs/concepts/policy/resource-quotas/
|
||||||
short_description: >
|
short_description: >
|
||||||
Provides constraints that limit aggregate resource consumption per namespace.
|
Provides constraints that limit aggregate resource consumption per namespace.
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Secret
|
title: Secret
|
||||||
id: secret
|
id: secret
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/configuration/secret/
|
full_link: /zh/docs/concepts/configuration/secret/
|
||||||
short_description: >
|
short_description: >
|
||||||
Stores sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
Stores sensitive information, such as passwords, OAuth tokens, and ssh keys.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 选择算符
|
title: 选择算符
|
||||||
id: selector
|
id: selector
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/labels/
|
full_link: /zh/docs/concepts/overview/working-with-objects/labels/
|
||||||
short_description: >
|
short_description: >
|
||||||
选择算符允许用户通过标签对一组资源对象进行筛选过滤。
|
选择算符允许用户通过标签对一组资源对象进行筛选过滤。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Selector
|
title: Selector
|
||||||
id: selector
|
id: selector
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/labels/
|
full_link: /zh/docs/concepts/overview/working-with-objects/labels/
|
||||||
short_description: >
|
short_description: >
|
||||||
Allows users to filter a list of resources based on labels.
|
Allows users to filter a list of resources based on labels.
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Service Account
|
title: Service Account
|
||||||
id: service-account
|
id: service-account
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/tasks/configure-pod-container/configure-service-account/
|
full_link: /zh/docs/tasks/configure-pod-container/configure-service-account/
|
||||||
short_description: >
|
short_description: >
|
||||||
Provides an identity for processes that run in a Pod.
|
Provides an identity for processes that run in a Pod.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: Service
|
title: Service
|
||||||
id: service
|
id: service
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/services-networking/service/
|
full_link: /zh/docs/concepts/services-networking/service/
|
||||||
short_description: >
|
short_description: >
|
||||||
将运行在一组 {{< glossary_tooltip text="Pods" term_id="pod" >}} 上的应用程序公开为网络服务的抽象方法。
|
将运行在一组 {{< glossary_tooltip text="Pods" term_id="pod" >}} 上的应用程序公开为网络服务的抽象方法。
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: StatefulSet
|
title: StatefulSet
|
||||||
id: statefulset
|
id: statefulset
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/statefulset/
|
full_link: /zh/docs/concepts/workloads/controllers/statefulset/
|
||||||
short_description: >
|
short_description: >
|
||||||
StatefulSet 用来管理 Deployment 和伸缩一组 Pod,并且能为这些 Pod 提供*序号和唯一性保证*。
|
StatefulSet 用来管理 Deployment 和伸缩一组 Pod,并且能为这些 Pod 提供*序号和唯一性保证*。
|
||||||
aka:
|
aka:
|
||||||
@@ -18,7 +18,7 @@ tags:
|
|||||||
title: StatefulSet
|
title: StatefulSet
|
||||||
id: statefulset
|
id: statefulset
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/workloads/controllers/statefulset/
|
full_link: /zh/docs/concepts/workloads/controllers/statefulset/
|
||||||
short_description: >
|
short_description: >
|
||||||
Manages the deployment and scaling of a set of Pods, *and provides guarantees about the ordering and uniqueness* of these Pods.
|
Manages the deployment and scaling of a set of Pods, *and provides guarantees about the ordering and uniqueness* of these Pods.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 静态 Pod
|
title: 静态 Pod
|
||||||
id: static-pod
|
id: static-pod
|
||||||
date: 2019-02-12
|
date: 2019-02-12
|
||||||
full_link: /docs/tasks/configure-pod-container/static-pod/
|
full_link: /zh/docs/tasks/configure-pod-container/static-pod/
|
||||||
short_description: >
|
short_description: >
|
||||||
由特定节点上的 kubelet 守护进程直接管理的 pod。
|
由特定节点上的 kubelet 守护进程直接管理的 pod。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Static Pod
|
title: Static Pod
|
||||||
id: static-pod
|
id: static-pod
|
||||||
date: 2019-02-12
|
date: 2019-02-12
|
||||||
full_link: /docs/tasks/configure-pod-container/static-pod/
|
full_link: /zh/docs/tasks/configure-pod-container/static-pod/
|
||||||
short_description: >
|
short_description: >
|
||||||
A pod managed directly by the kubelet daemon on a specific node.
|
A pod managed directly by the kubelet daemon on a specific node.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 存储类别
|
title: 存储类别
|
||||||
id: storageclass
|
id: storageclass
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/storage/storage-classes
|
full_link: /zh/docs/concepts/storage/storage-classes
|
||||||
short_description: >
|
short_description: >
|
||||||
StorageClass 是管理员用来描述不同的可用存储类型的一种方法。
|
StorageClass 是管理员用来描述不同的可用存储类型的一种方法。
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ tags:
|
|||||||
title: Storage Class
|
title: Storage Class
|
||||||
id: storageclass
|
id: storageclass
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/storage/storage-classes
|
full_link: /zh/docs/concepts/storage/storage-classes
|
||||||
short_description: >
|
short_description: >
|
||||||
A StorageClass provides a way for administrators to describe different available storage types.
|
A StorageClass provides a way for administrators to describe different available storage types.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: sysctl
|
title: sysctl
|
||||||
id: sysctl
|
id: sysctl
|
||||||
date: 2019-02-12
|
date: 2019-02-12
|
||||||
full_link: /docs/tasks/administer-cluster/sysctl-cluster/
|
full_link: /zh/docs/tasks/administer-cluster/sysctl-cluster/
|
||||||
short_description: >
|
short_description: >
|
||||||
用于获取和设置 Unix 内核参数的接口
|
用于获取和设置 Unix 内核参数的接口
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: sysctl
|
title: sysctl
|
||||||
id: sysctl
|
id: sysctl
|
||||||
date: 2019-02-12
|
date: 2019-02-12
|
||||||
full_link: /docs/tasks/administer-cluster/sysctl-cluster/
|
full_link: /zh/docs/tasks/administer-cluster/sysctl-cluster/
|
||||||
short_description: >
|
short_description: >
|
||||||
An interface for getting and setting Unix kernel parameters
|
An interface for getting and setting Unix kernel parameters
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: UID
|
title: UID
|
||||||
id: uid
|
id: uid
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/names
|
full_link: /zh/docs/concepts/overview/working-with-objects/names
|
||||||
short_description: >
|
short_description: >
|
||||||
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
|
由 Kubernetes 系统生成、用来唯一标识对象的字符串。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: UID
|
title: UID
|
||||||
id: uid
|
id: uid
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/overview/working-with-objects/names
|
full_link: /zh/docs/concepts/overview/working-with-objects/names
|
||||||
short_description: >
|
short_description: >
|
||||||
A Kubernetes systems-generated string to uniquely identify objects.
|
A Kubernetes systems-generated string to uniquely identify objects.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 卷
|
title: 卷
|
||||||
id: volume
|
id: volume
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/storage/volumes/
|
full_link: /zh/docs/concepts/storage/volumes/
|
||||||
short_description: >
|
short_description: >
|
||||||
包含可被 Pod 中容器访问的数据的目录。
|
包含可被 Pod 中容器访问的数据的目录。
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ tags:
|
|||||||
title: Volume
|
title: Volume
|
||||||
id: volume
|
id: volume
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: /docs/concepts/storage/volumes/
|
full_link: /zh/docs/concepts/storage/volumes/
|
||||||
short_description: >
|
short_description: >
|
||||||
A directory containing data, accessible to the containers in a pod.
|
A directory containing data, accessible to the containers in a pod.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title: 工作负载
|
title: 工作负载
|
||||||
id: workloads
|
id: workloads
|
||||||
date: 2019-02-13
|
date: 2019-02-13
|
||||||
full_link: /docs/concepts/workloads/
|
full_link: /zh/docs/concepts/workloads/
|
||||||
short_description: >
|
short_description: >
|
||||||
工作负载是在 Kubernetes 上运行的应用程序。
|
工作负载是在 Kubernetes 上运行的应用程序。
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ tags:
|
|||||||
title: Workload
|
title: Workload
|
||||||
id: workloads
|
id: workloads
|
||||||
date: 2019-02-13
|
date: 2019-02-13
|
||||||
full_link: /docs/concepts/workloads/
|
full_link: /zh/docs/concepts/workloads/
|
||||||
short_description: >
|
short_description: >
|
||||||
A workload is an application running on Kubernetes.
|
A workload is an application running on Kubernetes.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user