LoadBalancer type service on bare-metal

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. akrobateo

    Akrobateo is a simple Kubernetes operator to expose in-cluster LoadBalancer services as node hostPorts using DaemonSets.

    Perhaps https://github.com/kontena/akrobateo

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. shell-operator

    Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster

    You could use something like shell operator, metacontroller, or operator-sdk to run a command against your load balancer's API whenever a LoadBalancer service is created.

  4. metacontroller

    Writing kubernetes controllers can be simple

    You could use something like shell operator, metacontroller, or operator-sdk to run a command against your load balancer's API whenever a LoadBalancer service is created.

  5. keepalived-operator

    An operator to manage VIPs backed by keepalived

  6. k8s-bigip-ctlr

    Repository for F5 Container Ingress Services for Kubernetes & OpenShift.

    They have F5 CIS (Container Ingress Services) https://github.com/F5Networks/k8s-bigip-ctlr which is made specifically for this. They can do a Loadbalancer service or a more custom CRD.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Best option to write a CRD today?

    2 projects | /r/kubernetes | 5 Jul 2022
  • Is it anti-pattern to have multiple environments under a single namespace?

    3 projects | /r/kubernetes | 13 Apr 2022
  • Kopf – Python framework to write Kubernetes operators in a few lines of code

    1 project | news.ycombinator.com | 26 Jan 2025
  • How to Deploy and Manage Kubernetes Add-Ons across multiple Clusters

    1 project | dev.to | 22 Jan 2025
  • Effortless vCluster Management with Sveltos: An Event-Driven Approach

    2 projects | dev.to | 14 Jan 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?