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!