[zh-cn] Update 2 glossary pages
parent
15845167e4
commit
36729abf98
|
@ -4,16 +4,14 @@ id: kops
|
|||
date: 2018-04-12
|
||||
full_link: /docs/getting-started-guides/kops/
|
||||
short_description: >
|
||||
kops 是一个命令行工具,可以帮助您创建、销毁、升级和维护生产级,高可用性的 Kubernetes 集群。
|
||||
|
||||
kops 是一个命令行工具,可以帮助你创建、销毁、升级和维护生产级,高可用性的 Kubernetes 集群。
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- tool
|
||||
- operation
|
||||
---
|
||||
|
||||
<!--
|
||||
---
|
||||
title: Kops
|
||||
id: kops
|
||||
date: 2018-04-12
|
||||
|
@ -25,22 +23,21 @@ aka:
|
|||
tags:
|
||||
- tool
|
||||
- operation
|
||||
---
|
||||
-->
|
||||
|
||||
<!--
|
||||
A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters.
|
||||
-->
|
||||
|
||||
kops 是一个命令行工具,可以帮助您创建、销毁、升级和维护生产级,高可用性的 Kubernetes 集群。
|
||||
kops 是一个命令行工具,可以帮助你创建、销毁、升级和维护生产级,高可用性的 Kubernetes 集群。
|
||||
|
||||
<!--more-->
|
||||
|
||||
{{< note >}}
|
||||
<!--
|
||||
kops has general availability support only for AWS.
|
||||
Support for using kops with GCE and VMware vSphere are in alpha.
|
||||
-->
|
||||
{{< note >}}
|
||||
注意:官方仅支持 AWS。对 GCE 和 VMware vSphere 的支持还处于 Alpha 阶段。
|
||||
{{< /note >}}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Pod
|
||||
id: pod
|
||||
date: 2018-04-12
|
||||
full_link: /docs/concepts/workloads/pods/pod-overview/
|
||||
full_link: /zh-cn/docs/concepts/workloads/pods/
|
||||
short_description: >
|
||||
Pod 表示你的集群上一组正在运行的容器。
|
||||
|
||||
|
@ -11,13 +11,11 @@ tags:
|
|||
- core-object
|
||||
- fundamental
|
||||
---
|
||||
|
||||
<!--
|
||||
---
|
||||
title: Pod
|
||||
id: pod
|
||||
date: 2018-04-12
|
||||
full_link: /docs/concepts/workloads/pods/pod-overview/
|
||||
full_link: /docs/concepts/workloads/pods/
|
||||
short_description: >
|
||||
A Pod represents a set of running containers in your cluster.
|
||||
|
||||
|
@ -25,14 +23,14 @@ aka:
|
|||
tags:
|
||||
- core-object
|
||||
- fundamental
|
||||
---
|
||||
-->
|
||||
|
||||
<!--
|
||||
The smallest and simplest Kubernetes object. A Pod represents a set of running {{< glossary_tooltip text="containers" term_id="container" >}} on your cluster.
|
||||
-->
|
||||
|
||||
Pod 是 Kubernetes 的原子对象。Pod 表示您的集群上一组正在运行的{{< glossary_tooltip text="容器(containers)" term_id="container" >}}。
|
||||
Pod 是 Kubernetes 的原子对象。
|
||||
Pod 表示你的集群上一组正在运行的{{< glossary_tooltip text="容器(Container)" term_id="container" >}}。
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
@ -40,4 +38,6 @@ tags:
|
|||
A Pod is typically set up to run a single primary container. It can also run optional sidecar containers that add supplementary features like logging. Pods are commonly managed by a {{< glossary_tooltip term_id="deployment" >}}.
|
||||
-->
|
||||
|
||||
通常创建 Pod 是为了运行单个主容器。Pod 还可以运行可选的边车(sidecar)容器,以添加诸如日志记录之类的补充特性。通常用 {{< glossary_tooltip term_id="deployment" >}} 来管理 Pod。
|
||||
通常创建 Pod 是为了运行单个主容器。
|
||||
Pod 还可以运行可选的边车(sidecar)容器,以添加诸如日志记录之类的补充特性。
|
||||
通常用 {{< glossary_tooltip term_id="deployment" >}} 来管理 Pod。
|
||||
|
|
Loading…
Reference in New Issue