Skip to content

Commit

Permalink
Fix link to deploy node.js app (#10372)
Browse files Browse the repository at this point in the history
- Update deploy instructions to link to hello-minikube
  node.js app create, deploy.

- See issue #10362.
  • Loading branch information
kbhawkey authored and k8s-ci-robot committed Oct 4, 2018
1 parent b30adb4 commit 0ea9225
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -91,7 +91,9 @@ <h2 style="color: #3771e3;">Deploying your first app on Kubernetes</h2>
<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>

Expand Down

0 comments on commit 0ea9225

Please sign in to comment.