Skip to content

Commit e78c038

Browse files
committed
Update Tutorial Deploy App to use the "control plane" terminology.
* 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>
1 parent f381ec8 commit e78c038

File tree

2 files changed

+557
-226
lines changed

2 files changed

+557
-226
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3>Kubernetes Deployments</h3>
3131
Once you have a running Kubernetes cluster, you can deploy your containerized applications on top of it.
3232
To do so, you create a Kubernetes <b>Deployment</b> configuration. The Deployment instructs Kubernetes
3333
how to create and update instances of your application. Once you've created a Deployment, the Kubernetes
34-
master schedules the application instances included in that Deployment to run on individual Nodes in the
34+
control plane schedules the application instances included in that Deployment to run on individual Nodes in the
3535
cluster.
3636
</p>
3737

0 commit comments

Comments
 (0)