Skip to content

Commit 5099a1f

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 336031f commit 5099a1f

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
@@ -41,7 +41,7 @@ Worker nodes in Kubernetes are the machines (physical or virtual) where your act
4141

4242
It is a Kubernetes agent installed on every node in the cluster. It is responsible for local cluster networking. It implements local IPTABLES or IPVS rules to handle routing and load-balancing of traffic on the Pod network. It monitors the changes that happen to Service objects and their endpoints. If changes occur, it translates them into actual network rules inside the node. Kube-Proxy is installed as an add-on during the installation process, usually created as a DaemonSet.
4343

44-
- Pod
44+
### Pod
4545

4646
A pod is the smallest deployable unit in Kubernetes, representing a single instance of a running process in a cluster. Pods encapsulate one or more containers and share network and storage resources.
4747

0 commit comments

Comments
 (0)