From 0ea9225760be4aa2bf0bd10feb5c74b30b3417d1 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Wed, 3 Oct 2018 22:35:10 -0400 Subject: [PATCH] Fix link to deploy node.js app (#10372) - Update deploy instructions to link to hello-minikube node.js app create, deploy. - See issue #10362. --- .../tutorials/kubernetes-basics/deploy-app/deploy-intro.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 b037d637a4..c0108fa9c0 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 @@ -91,7 +91,9 @@ weight: 10
-

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Basics.

+

For our first Deployment, we'll use a Node.js application packaged in a Docker container. + To create the Node.js application and deploy the Docker container, follow 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!