Kubernetes L4 LoadBalancing with MetalLB

Kubernetes L4 Load Balancing with MetalLB Although bare-metal installations of Kubernetes can support both L4 and L7 load-balancing, it comes without any pre-installed load-balancing support, especially on the L4 load balancing side, and expects for the administrator to bring his/her own desired choice. I wanted to have this post dedicated to L4 load-balancing and how to provide it via MetalLB, but just for the sake to preserve the integrity of the topic, I want to give you a quick recap for service types in Kubernetes.
Read full post

Kubernetes Homelab with K3S and Raspberry Pi 4

Building A Kubernetes Homelab with K3S and Raspberry Pi 4: The Hard Way K3S is one of the best solutions available if you want to deploy your own Kubernetes cluster inside your homelab to play with, or just for learning purposes. And it is really easy to get started with a couple of (actually, you only need one) Raspberry PIs. But “What is K3S?”, you might ask.
Read full post