Skip to content

Commit 55582e1

Browse files
authored
Merge pull request #24533 from sftim/20201012_learning_environment_redirect
Redirect "Learning environment" to Install Tools task
2 parents 907696d + a6b5252 commit 55582e1

File tree

7 files changed

+54
-563
lines changed

7 files changed

+54
-563
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,32 @@
22
title: Learning environment
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+
[`kind`](https://kind.sigs.k8s.io/docs/) lets you run Kubernetes on
18+
your local computer. This tool requires that you have
19+
[Docker](https://docs.docker.com/get-docker/) installed and configured.
20+
21+
The kind [Quick Start](https://kind.sigs.k8s.io/docs/user/quick-start/) page
22+
shows you what you need to do to get up and running with kind.
23+
24+
## minikube
25+
26+
Like `kind`, [`minikube`](https://minikube.sigs.k8s.io/) is a tool that lets you run Kubernetes
27+
locally. `minikube` runs a single-node Kubernetes cluster on your personal
28+
computer (including Windows, macOS and Linux PCs) so that you can try out
29+
Kubernetes, or for daily development work.
30+
31+
You can follow the official
32+
[Get Started!](https://minikube.sigs.k8s.io/docs/start/) guide if your focus is
33+
on getting the tool installed.

content/en/docs/setup/learning-environment/kind.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)