Update deploy-intro.html (#8616)
* Update deploy-intro.html * Update deploy-intro.htmlpull/8848/head
parent
ca8516dfcc
commit
cdff02f118
|
@ -90,7 +90,8 @@ 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/kubernetes-basics">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. 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>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue