Skip to content

Commit 4f4bde1

Browse files
authored
Merge pull request #38733 from gaogao101/work68
[zh-cn] sync reference/glossary/kops.md
2 parents e97c98b + ced8c79 commit 4f4bde1

File tree

1 file changed

+26
-35
lines changed
  • content/zh-cn/docs/reference/glossary

1 file changed

+26
-35
lines changed
Lines changed: 26 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
---
2-
title: Kops
2+
title: kOps (Kubernetes Operations)
33
id: kops
44
date: 2018-04-12
5-
full_link: /docs/getting-started-guides/kops/
5+
full_link: /docs/setup/production-environment/kops/
66
short_description: >
7-
kops 是一个命令行工具,可以帮助你创建、销毁、升级和维护生产级,高可用性的 Kubernetes 集群。
7+
kOps 不仅会帮助你创建、销毁、升级和维护生产级、高可用性的 Kubernetes 集群,
8+
还会提供必要的云基础设施。
89
910
aka:
1011
tags:
1112
- tool
1213
- operation
1314
---
1415
<!--
15-
title: Kops
16+
title: kOps (Kubernetes Operations)
1617
id: kops
1718
date: 2018-04-12
18-
full_link: /docs/getting-started-guides/kops/
19+
full_link: /docs/setup/production-environment/kops/
1920
short_description: >
20-
A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters.
21+
kOps will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure.
2122
2223
aka:
2324
tags:
@@ -26,44 +27,34 @@ tags:
2627
-->
2728

2829
<!--
29-
A CLI tool that helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters.
30+
`kOps` will not only help you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure.
3031
-->
31-
32-
kops 是一个命令行工具,可以帮助你创建、销毁、升级和维护生产级,高可用性的 Kubernetes 集群
32+
`kOps` 不仅会帮助你创建、销毁、升级和维护生产级、高可用性的 Kubernetes 集群,
33+
还会提供必要的云基础设施
3334

3435
<!--more-->
3536

3637
{{< note >}}
3738
<!--
38-
kops has general availability support only for AWS.
39-
Support for using kops with GCE and VMware vSphere are in alpha.
39+
AWS (Amazon Web Services) is currently officially supported, with DigitalOcean, GCE and OpenStack in beta support, and Azure in alpha.
4040
-->
41-
官方仅支持 AWS。对 GCE 和 VMware vSphere 的支持还处于 Alpha 阶段。
41+
目前正式支持 AWS(Amazon Web Services),DigitalOcean、GCE 和 OpenStack
42+
处于 beta 支持阶段,Azure 处于 alpha 阶段。
4243
{{< /note >}}
4344

4445
<!--
45-
`kops` provisions your cluster with&#58;
46-
46+
`kOps` is an automated provisioning system:
4747
* Fully automated installation
48-
* DNS-based cluster identification
49-
* Self-healing&#58; everything runs in Auto-Scaling Groups
50-
* Limited OS support (Debian preferred, Ubuntu 16.04 supported, early support for CentOS & RHEL)
51-
* High availability (HA) support
52-
* The ability to directly provision, or to generate Terraform manifests
53-
-->
54-
55-
`kops` 为你的集群提供了:
56-
57-
* 全自动化安装
58-
* 基于 DNS 的集群标识
59-
* 自愈功能:所有组件都在自动扩缩组(Auto-Scaling Groups)中运行
60-
* 有限的操作系统支持 (推荐使用 Debian,支持 Ubuntu 16.04,试验性支持 CentOS & RHEL)
61-
* 高可用 (HA) 支持
62-
* 直接提供或者生成 Terraform 清单文件的能力
63-
64-
<!--
65-
You can also build your own cluster using {{< glossary_tooltip term_id="kubeadm" >}} as a building block. `kops` builds on the kubeadm work.
48+
* Uses DNS to identify clusters
49+
* Self-healing: everything runs in Auto-Scaling Groups
50+
* Multiple OS support (Amazon Linux, Debian, Flatcar, RHEL, Rocky and Ubuntu)
51+
* High-Availability support
52+
* Can directly provision, or generate terraform manifests
6653
-->
67-
68-
你也可以将自己的集群作为一个构造块,使用 {{< glossary_tooltip term_id="kubeadm" >}} 构造集群。
69-
`kops` 是建立在 kubeadm 之上的。
54+
`kOps` 是一个自动化的制备系统:
55+
* 全自动安装流程
56+
* 使用 DNS 识别集群
57+
* 自我修复:一切都在自动扩缩组中运行
58+
* 支持多种操作系统(Amazon Linux、Debian、Flatcar、RHEL、Rocky 和 Ubuntu)
59+
* 支持高可用
60+
* 可以直接提供或者生成 terraform 清单

0 commit comments

Comments
 (0)