Skip to content

Commit

Permalink
43256 - Changes to consolidate and streamline Kubernetes basics tutor…
Browse files Browse the repository at this point in the history
…ials to avoid redundancy and confusion
  • Loading branch information
adityasamant25 committed Dec 6, 2023
1 parent 36fbe0f commit 81a6077
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 8 additions & 1 deletion content/en/docs/tutorials/hello-minikube.md
Expand Up @@ -28,7 +28,10 @@ The tutorial provides a container image that uses NGINX to echo back all the req


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

You also need to install `kubectl`.
See [Install tools](/docs/tasks/tools/#kubectl) for installation instructions.
Expand Down Expand Up @@ -315,6 +318,10 @@ minikube delete

If you want to use minikube again to learn more about Kubernetes, you don't need to delete it.

## Conclusion

This page covered the basic aspects to get a minikube cluster up and running. You are now ready to deploy applications.

## {{% heading "whatsnext" %}}


Expand Down
Expand Up @@ -96,9 +96,6 @@ <h2 style="color: #3771e3;">Cluster Diagram</h2>

</div>
</div>
<div class="row">
<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>
</div>

</main>

Expand Down

0 comments on commit 81a6077

Please sign in to comment.