Tag: Ingress
-
Ingress and MetalLB
In this post we’ll show some a configuration example of how to use ingress controller and one of the most popular Kubernetes services: load-balancer. In this case, I am using NGNIX ingress controller and MetalLB as the load-balancer service. MetalLB MetalLB is an opensource project of a load-balancer implementation for Kubernetes clusters. Public clouds are…
Mauricio J. Rojas P.
-
MetalLB and ECMP with SRLinux
Selecting multiple paths enables BGP to load-balance traffic across multiple links. Equal-cost multipath (ECMP) is a network routing strategy that allows for traffic of the same session, or flow—that is, traffic with the same source and destination—to be transmitted across multiple paths of equal cost. We’ll show the way we have activated ECMP from MetalLB…
Mauricio J. Rojas P.