Update service.md

This commit is contained in:
PriyanshuAhlawat 2022-03-24 17:56:10 +05:30
parent dc947abf0a
commit 49436e3dcb
1 changed files with 11 additions and 9 deletions

View File

@ -278,6 +278,8 @@ Lastly, the user-space proxy installs iptables rules which capture traffic to
the Service's `clusterIP` (which is virtual) and `port`. The rules
redirect that traffic to the proxy port which proxies the backend Pod.
{{< note >}} Kube-proxy in userspace mode is deprecated. {{< /note >}}
By default, kube-proxy in userspace mode chooses a backend via a round-robin algorithm.
![Services overview diagram for userspace proxy](/images/docs/services-userspace-overview.svg)