You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per conversations in issue #23354,
* Removing content/en/docs/tasks/tools/install-minikube.md page
* Adding a 302 temporary redirect for /docs/tasks/tools/install-minikube/
* Updating content/en/docs/tasks/tools/_index.md with the suggestion to add buttons to make these links more visual/see-able, including aria-labels
Additionally:
* Updating minikube capitalization throughout page
* Updating text throughout page for line length
* Correcting back ticks use throughout page
Signed-off-by: Nate W <[email protected]>
Copy file name to clipboardExpand all lines: content/en/docs/tasks/tools/_index.md
+28-20Lines changed: 28 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,34 +8,42 @@ no_list: true
8
8
## kubectl
9
9
10
10
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.
13
13
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.
16
17
17
-
You can also read the [`kubectl` reference documentation](/docs/reference/kubectl/).
18
+
<aclass="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>
[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
25
24
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.
29
29
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
+
<aclass="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
31
37
[run a sample application](/docs/tutorials/hello-minikube/).
32
38
33
39
## kind
34
40
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`.
39
48
40
-
[Quick Start](https://kind.sigs.k8s.io/docs/user/quick-start/) shows you what you
0 commit comments