Fix link to deploy node.js app (#10372)

- Update deploy instructions to link to hello-minikube
  node.js app create, deploy.

- See issue #10362.
This commit is contained in:
Karen Bradshaw 2018-10-03 22:35:10 -04:00 committed by k8s-ci-robot
parent b30adb4242
commit 0ea9225760
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@ weight: 10
<div class="row">
<div class="col-md-8">
<p>For our first Deployment, we'll use a <a href="https://nodejs.org">Node.js</a> application packaged in a Docker container. The source code and the Dockerfile are available in the <a href="https://github.com/kubernetes/website/tree/master/content/en/docs/tutorials">GitHub repository</a> for the Kubernetes Basics.</p>
<p>For our first Deployment, we'll use a <a href="https://nodejs.org">Node.js</a> application packaged in a Docker container.
To create the Node.js application and deploy the Docker container, follow the instructions from the
<a href="/docs/tutorials/hello-minikube/#create-your-node-js-application">Hello Minikube tutorial</a>.</p>
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>