Skip to content

Commit c8ce980

Browse files
authored
Merge pull request #27727 from tengqm/zh-sync-setup-2
[zh] Resync setup section (2)
2 parents 1493c20 + 544d3c2 commit c8ce980

File tree

7 files changed

+566
-715
lines changed

7 files changed

+566
-715
lines changed

content/zh/docs/reference/setup-tools/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
title: 安装工具
33
weight: 50
44
---
5+
6+
<!--
7+
title: Setup tools
8+
weight: 50
9+
-->

content/zh/docs/setup/best-practices/multiple-zones.md

Lines changed: 186 additions & 510 deletions
Large diffs are not rendered by default.

content/zh/docs/setup/learning-environment/_index.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,50 @@
22
title: 学习环境
33
weight: 20
44
---
5+
6+
<!--
7+
{{/* There is a Netlify redirect from this page to /docs/tasks/tools/ */}}
8+
{{/* This page content only exists to provide a navigation stub */}}
9+
{{/* and to protect in case that redirect is one day removed. */}}
10+
11+
{{/* If you're localizing this page, you only need to copy the front matter */}}
12+
{{/* and add a redirect into "/static/_redirects", for YOUR localization. */}}
13+
-->
14+
15+
## kind
16+
17+
<!--
18+
[`kind`](https://kind.sigs.k8s.io/docs/) lets you run Kubernetes on
19+
your local computer. This tool requires that you have
20+
[Docker](https://docs.docker.com/get-docker/) installed and configured.
21+
22+
The kind [Quick Start](https://kind.sigs.k8s.io/docs/user/quick-start/) page
23+
shows you what you need to do to get up and running with kind.
24+
-->
25+
你可以使用 [`kind`](https://kind.sigs.k8s.io/docs/) 来在本地计算机上运行 Kubernetes。
26+
此工具要求你已经安装并配置了 [Docker](https://docs.docker.com/get-docker/)
27+
28+
kind [快速入门](https://kind.sigs.k8s.io/docs/user/quick-start/)页面
29+
为你展示了如何开始使用 kind 的相关信息。
30+
31+
## minikube
32+
33+
<!--
34+
Like `kind`, [`minikube`](https://minikube.sigs.k8s.io/) is a tool that lets you run Kubernetes
35+
locally. `minikube` runs a single-node Kubernetes cluster on your personal
36+
computer (including Windows, macOS and Linux PCs) so that you can try out
37+
Kubernetes, or for daily development work.
38+
39+
You can follow the official
40+
[Get Started!](https://minikube.sigs.k8s.io/docs/start/) guide if your focus is
41+
on getting the tool installed.
42+
-->
43+
`kind` 类似,[`minikube`](https://minikube.sigs.k8s.io/) 是一个允许你在
44+
本地运行 Kubernetes 的工具。`minikube` 在你的个人计算机上运行一个单节点的
45+
Kubernetes 集群(包括 Windows、macOS 和 Linux PC 机),这样你可以尝试
46+
Kubernetes 或者执行每天的开发工作。
47+
48+
如果你所关注的是如何安装该工具,可以查阅官方的
49+
[Get Started!](https://minikube.sigs.k8s.io/docs/start/)
50+
文档。
51+

0 commit comments

Comments
 (0)