Skip to content

Commit a320a9e

Browse files
authored
Merge pull request #24416 from nate-double-u/23354-update-install-minikube
Remove content/en/docs/tasks/tools/install-minikube.md
2 parents a0b2217 + b65ddd1 commit a320a9e

File tree

3 files changed

+30
-282
lines changed

3 files changed

+30
-282
lines changed

content/en/docs/tasks/tools/_index.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,42 @@ no_list: true
88
## kubectl
99

1010
The Kubernetes command-line tool, `kubectl`, allows you to run commands against
11-
Kubernetes clusters. You can use kubectl to deploy applications, inspect and manage
12-
cluster resources, and view logs.
11+
Kubernetes clusters. You can use `kubectl` to deploy applications, inspect and
12+
manage cluster resources, and view logs.
1313

14-
See [Install and Set Up kubectl](/docs/tasks/tools/install-kubectl/) for information about how to
15-
download and install `kubectl` and set it up for accessing your cluster.
14+
See [Install and Set Up `kubectl`](/docs/tasks/tools/install-kubectl/) for
15+
information about how to download and install `kubectl` and set it up for
16+
accessing your cluster.
1617

17-
You can also read the [`kubectl` reference documentation](/docs/reference/kubectl/).
18+
<a class="btn btn-primary" href="/docs/tasks/tools/install-kubectl/" role="button" aria-label="View kubectl Install and Set Up Guide">View kubectl Install and Set Up Guide</a>
1819

19-
## Minikube
20+
You can also read the
21+
[`kubectl` reference documentation](/docs/reference/kubectl/).
2022

21-
[Minikube](https://minikube.sigs.k8s.io/) is a tool that lets you run
22-
Kubernetes locally. Minikube runs a single-node Kubernetes cluster on your personal
23-
computer (including Windows, macOS and Linux PCs) so that you can try out Kubernetes,
24-
or for daily development work.
23+
## minikube
2524

26-
You can follow the official [Get Started!](https://minikube.sigs.k8s.io/docs/start/)
27-
guide, or read [Install Minikube](/docs/tasks/tools/install-minikube/) if your focus
28-
is on getting the tool installed.
25+
[`minikube`](https://minikube.sigs.k8s.io/) is a tool that lets you run Kubernetes
26+
locally. `minikube` runs a single-node Kubernetes cluster on your personal
27+
computer (including Windows, macOS and Linux PCs) so that you can try out
28+
Kubernetes, or for daily development work.
2929

30-
Once you have Minikube working, you can use it to
30+
You can follow the official
31+
[Get Started!](https://minikube.sigs.k8s.io/docs/start/) guide if your focus is
32+
on getting the tool installed.
33+
34+
<a class="btn btn-primary" href="https://minikube.sigs.k8s.io/docs/start/" role="button" aria-label="View minikube Get Started! Guide">View minikube Get Started! Guide</a>
35+
36+
Once you have `minikube` working, you can use it to
3137
[run a sample application](/docs/tutorials/hello-minikube/).
3238

3339
## kind
3440

35-
Like Minikube, [kind](https://kind.sigs.k8s.io/docs/) lets you run Kubernetes on
36-
your local computer. Unlike Minikube, kind only works with a single container runtime:
37-
it requires that you have [Docker](https://docs.docker.com/get-docker/) installed
38-
and configured.
41+
Like `minikube`, [`kind`](https://kind.sigs.k8s.io/docs/) lets you run Kubernetes on
42+
your local computer. Unlike `minikube`, `kind` only works with a single container
43+
runtime: it requires that you have [Docker](https://docs.docker.com/get-docker/)
44+
installed and configured.
45+
46+
[Quick Start](https://kind.sigs.k8s.io/docs/user/quick-start/) shows you what
47+
you need to do to get up and running with `kind`.
3948

40-
[Quick Start](https://kind.sigs.k8s.io/docs/user/quick-start/) shows you what you
41-
need to do to get up and running with kind.
49+
<a class="btn btn-primary" href="https://kind.sigs.k8s.io/docs/user/quick-start/" role="button" aria-label="View kind Quick Start Guide">View kind Quick Start Guide</a>

content/en/docs/tasks/tools/install-minikube.md

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

static/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,3 +502,5 @@
502502
/docs/setup/cluster-large/ /docs/setup/best-practices/cluster-large/ 301
503503
/docs/setup/node-conformance/ /docs/setup/best-practices/node-conformance/ 301
504504
/docs/setup/certificates/ /docs/setup/best-practices/certificates/ 301
505+
506+
/docs/tasks/tools/install-minikube/ https://minikube.sigs.k8s.io/docs/start/ 302

0 commit comments

Comments
 (0)