Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When using managed Kubernetes clusters in the cloud (Azure, AWS, Google) the Kubernetes ingress controller(s) can create and/or communicate with the load balancer(s) of the respective cloud provider. This connection between the ingress controller and the cloud load balancer ensures that the cloud load balancer routes the traffic to the cluster nodes where the ingress controllers are running on. It also ensures distribution of the traffic between these cluster nodes according to the rules available on the cloud’s load balancers.

...

Expand
titleExpanded diagram with standard Confluence view.
Drawio
zoom1
simple0
inComment0
pageId1588592658
custContentId1588789937
lbox1
diagramDisplayNameLoadbalancer and Kubernetes
contentVer10
revision10
baseUrlhttps://vidispine.atlassian.net/wiki
diagramNameLoadbalancer and Kubernetes
pCenter0
width1098
links
tbstyle
height603

On-Premises

For on-premises systems there’s no ready-made concept available in Kubernetes. This is where MetalLB jumps in.

...