Silhouette of a person with rolling luggage walking through a futuristic, glowing tunnel lined with computer monitors and tech elements, with an airplane silhouette overhead and warm orange light radiating from the vanishing point.

Tag: metallb

  • CDN on a Dime

    CDN on a Dime

    Building a Kubernetes-Integrated CDN: A Personal POC Journey (See the bottom of this page for a diagram to follow along with)(Also follow along with the githib repo at https://github.com/cstradtman/cdn-on-a-dime) During my job hunt, I decided to challenge myself by building a proof-of-concept to see if I could extend Kubernetes with CDN-like functionality. This experiment wasn’t about…

  • Build your own load balancer for your cluster

    Build your own load balancer for your cluster

    Load Balancers Note 1: You will see a reference to “Mikrotik” in these configurations.  This redesign started with a Mikrotik as the core router, but it turns out that the Edgerouter does a better job at ECMP routing right out of the box.  See below for more information about ECMP.  I decided not to go…