|
2 | 2 | title: 学习环境
|
3 | 3 | weight: 20
|
4 | 4 | ---
|
| 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