Skip to content

Commit

Permalink
Update Tutorial Deploy App to use the "control plane" terminology.
Browse files Browse the repository at this point in the history
* Update page content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
* Update image content/en/docs/tutorials/kubernetes-basics/public/images/module_02_first_app.svg

Signed-off-by: Jailton Lopes <jailton@gmail.com>
  • Loading branch information
jailton committed Feb 27, 2021
1 parent f381ec8 commit e78c038
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>Kubernetes Deployments</h3>
Once you have a running Kubernetes cluster, you can deploy your containerized applications on top of it.
To do so, you create a Kubernetes <b>Deployment</b> configuration. The Deployment instructs Kubernetes
how to create and update instances of your application. Once you've created a Deployment, the Kubernetes
master schedules the application instances included in that Deployment to run on individual Nodes in the
control plane schedules the application instances included in that Deployment to run on individual Nodes in the
cluster.
</p>

Expand Down
Loading

0 comments on commit e78c038

Please sign in to comment.