Skip to content

Commit 336031f

Browse files
Update content/learning-paths/11111111-1111-1111-1111-111111111111/introduction-to-devops-and-site-reliability-engineering/introduction-to-containers-and-kubernetes/containers/components.md
Co-authored-by: Saurabh Singh <[email protected]> Signed-off-by: Varad Gupta <[email protected]>
1 parent 07474a8 commit 336031f

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/11111111-1111-1111-1111-111111111111/introduction-to-devops-and-site-reliability-engineering/introduction-to-containers-and-kubernetes/containers

1 file changed

+1
-1
lines changed

content/learning-paths/11111111-1111-1111-1111-111111111111/introduction-to-devops-and-site-reliability-engineering/introduction-to-containers-and-kubernetes/containers/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 8
77

88
### Control Plane Node
99

10-
Control plane nodes in Kubernetes play a critical role in managing the cluster's state and configuration. They are responsible for making global decisions about the cluster (like scheduling), as well as detecting and responding to cluster events (like starting up a new pod when a deployment's replicas field is unsatisfied). Here are the key components of control plane nodes:
10+
Control plane nodes in Kubernetes play a critical role in managing the cluster's state and configuration. They are responsible for making global decisions about the cluster (like scheduling), as well as detecting and responding to cluster events (like starting up a new pod when a deployment's **replicas** field is unsatisfied). Here are the key components of control plane nodes:
1111

1212
- API Server
1313

0 commit comments

Comments
 (0)