Skip to content

Commit 0a2ec70

Browse files
author
RA489
committed
Update hello minikube tutorial intro page
1 parent 123744b commit 0a2ec70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ <h2 style="color: #3771e3;">Deploying your first app on Kubernetes</h2>
9292
<div class="row">
9393
<div class="col-md-8">
9494
<p>
95-
For your first Deployment, you'll use a Node.js application packaged in a Docker container. (If you didn't already try creating a
96-
Node.js application and deploying it using a container, you can do that first by following the
97-
instructions from the <a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>).
95+
For your first Deployment, you'll use a hello-node application packaged in a Docker container that uses NGINX to echo back all the requests. (If you didn't already try creating a hello-node application and deploying it using a container, you can do that first by following the instructions from the <a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>).
9896
<p>
9997

10098
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>

0 commit comments

Comments
 (0)