Skip to content

Commit 240251b

Browse files
authored
Merge pull request #26755 from jailton/en/docs/tutorials
Update Deploy App Tutorial to use the "control plane" terminology.
2 parents 2a515ab + e78c038 commit 240251b

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

Lines changed: 1 addition & 1 deletion
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)