From 8d254ded05428ba1ea712e9e459e445a7ef8cac1 Mon Sep 17 00:00:00 2001 From: adriancuadrado Date: Sat, 28 Sep 2024 21:21:30 +0200 Subject: [PATCH 1/2] Update 10-Kube-Proxy.md Fixed small typo --- docs/02-Core-Concepts/10-Kube-Proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Core-Concepts/10-Kube-Proxy.md b/docs/02-Core-Concepts/10-Kube-Proxy.md index 0cc654cd..8e21f95f 100644 --- a/docs/02-Core-Concepts/10-Kube-Proxy.md +++ b/docs/02-Core-Concepts/10-Kube-Proxy.md @@ -3,7 +3,7 @@ In this section, we will take a look at kube-proxy. -Within Kubernetes Cluster, every pod can reach every other pod, this is accomplish by deploying a pod networking cluster to the cluster. +Within Kubernetes Cluster, every pod can reach every other pod. Yhis is accomplished by deploying a pod networking cluster to the cluster. - Kube-Proxy is a process that runs on each node in the kubernetes cluster. ![kube-proxy](../../images/kube-proxy.PNG) From 42b7773032914c82df34dbc0fe29b3dfa517a096 Mon Sep 17 00:00:00 2001 From: adriancuadrado <29214635+adriancuadrado@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:04:10 +0100 Subject: [PATCH 2/2] Update 10-Kube-Proxy.md --- docs/02-Core-Concepts/10-Kube-Proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Core-Concepts/10-Kube-Proxy.md b/docs/02-Core-Concepts/10-Kube-Proxy.md index 8e21f95f..d6ff604b 100644 --- a/docs/02-Core-Concepts/10-Kube-Proxy.md +++ b/docs/02-Core-Concepts/10-Kube-Proxy.md @@ -3,7 +3,7 @@ In this section, we will take a look at kube-proxy. -Within Kubernetes Cluster, every pod can reach every other pod. Yhis is accomplished by deploying a pod networking cluster to the cluster. +Within Kubernetes Cluster, every pod can reach every other pod. This is accomplished by deploying a pod networking cluster to the cluster. - Kube-Proxy is a process that runs on each node in the kubernetes cluster. ![kube-proxy](../../images/kube-proxy.PNG)