PaperLB: A Kubernetes Network Load Balancer Implementation

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • paperlb

    A kubernetes network load balancer implementation

  • Hello k8s redditors ! I have just published a new Kubernetes operator https://github.com/didil/paperlb and accompanying article https://didil.medium.com/paperlb-fc4c28a82acb and would love your honest feedback. The idea behind PaperLB is to allow "LoadBalancer" type services to work with external network load balancers in any environment. PaperLB allows you to use an external L4 Load Balancer of your choice (an nginx server for example) in front of your Kubernetes cluster services. It should work on your development clusters running locally as well as cloud virtual machines or bare metal. Thanks !

  • metallb

    A network load-balancer implementation for Kubernetes using standard routing protocols

  • Not to take anything away from OP but MetalLB also provides local load balancing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • enhancements

    Enhancements tracking repo for Kubernetes

  • The IP Address Sharing link I provided above discusses the issue. Originally Kubernetes load balancers didn't support both UDP and TCP on the same IP address. It looks like this may have been recently fixed but I don't know if it's GA yet (see KEP-1435). MetalLB solved this via an annotation.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts