Skip to content

Commit 81a6077

Browse files
43256 - Changes to consolidate and streamline Kubernetes basics tutorials to avoid redundancy and confusion
1 parent 36fbe0f commit 81a6077

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

content/en/docs/tutorials/hello-minikube.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ The tutorial provides a container image that uses NGINX to echo back all the req
2828

2929

3030
This tutorial assumes that you have already set up `minikube`.
31-
See [minikube start](https://minikube.sigs.k8s.io/docs/start/) for installation instructions.
31+
See __Step 1__ in [minikube start](https://minikube.sigs.k8s.io/docs/start/) for installation instructions.
32+
{{< note >}}
33+
Only execute the instructions in __Step 1, Installation__. The rest is covered on this page.
34+
{{< /note >}}
3235

3336
You also need to install `kubectl`.
3437
See [Install tools](/docs/tasks/tools/#kubectl) for installation instructions.
@@ -315,6 +318,10 @@ minikube delete
315318
316319
If you want to use minikube again to learn more about Kubernetes, you don't need to delete it.
317320

321+
## Conclusion
322+
323+
This page covered the basic aspects to get a minikube cluster up and running. You are now ready to deploy applications.
324+
318325
## {{% heading "whatsnext" %}}
319326

320327

content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html

-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ <h2 style="color: #3771e3;">Cluster Diagram</h2>
9696

9797
</div>
9898
</div>
99-
<div class="row">
100-
<p>Once you've done that, move on to <a href="/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/">Using <tt>kubectl</tt> to create a Deployment</a>.</p>
101-
</div>
10299

103100
</main>
104101

0 commit comments

Comments
 (0)