Skip to content

Commit 4b4509a

Browse files
committed
Fix loadbalancer scheme
1 parent 839a202 commit 4b4509a

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-2

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The role of a external load balancer is to provide a stable address available ex
237237
external traffic to the services network.
238238
The services network plugin will direct it to your pods and virtual machines as usual.
239239

240-
{{< 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" >}}
240+
{{< 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" >}}
241241

242242
In most cases, setting up a load balancer on bare metal is achieved by creating floating IP address
243243
on the nodes within the cluster, and announce it externally using ARP/NDP or BGP protocols.

0 commit comments

Comments
 (0)