Fix loadbalancer scheme

This commit is contained in:
Andrei Kvapil 2024-04-10 08:45:37 +02:00
parent 839a202380
commit 4b4509a015
No known key found for this signature in database
GPG Key ID: 931CF7FEACEAF765
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ The role of a external load balancer is to provide a stable address available ex
external traffic to the services network.
The services network plugin will direct it to your pods and virtual machines as usual.
{{< figure src="net-services.svg" caption="A diagram showing the role of the external load balancer on the Kubernetes network scheme" alt="The role of the external load balancer on the Kubernetes network scheme" >}}
{{< figure src="net-loadbalancer.svg" caption="A diagram showing the role of the external load balancer on the Kubernetes network scheme" alt="The role of the external load balancer on the Kubernetes network scheme" >}}
In most cases, setting up a load balancer on bare metal is achieved by creating floating IP address
on the nodes within the cluster, and announce it externally using ARP/NDP or BGP protocols.