From 0a2ec705b922219213285f7e8dc91bc75db0f72a Mon Sep 17 00:00:00 2001 From: RA489 Date: Tue, 1 Dec 2020 12:51:38 +0530 Subject: [PATCH] Update hello minikube tutorial intro page --- .../tutorials/kubernetes-basics/deploy-app/deploy-intro.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html index 6d8e43ebfc..2ee67382fd 100644 --- a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html @@ -92,9 +92,7 @@ weight: 10

- For your first Deployment, you'll use a Node.js application packaged in a Docker container. (If you didn't already try creating a - Node.js application and deploying it using a container, you can do that first by following the - instructions from the Hello Minikube tutorial). + 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 Hello Minikube tutorial).

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