Skip to content

vmware-tanzu/load-balancer-operator-for-kubernetes

Repository files navigation

Load Balancer Operator for Kubernetes

codecov Load Balancer Operator for Kubernetes Checks

Overview

Load Balancer Operator for Kubernetes is a Cluster API speaking operator for load balancers. It manages the lifecycle of load balancers implementations and provides a cluster control plane high availability interface in the multi-cluster scenario.

Features

  1. It reconciles Cluster API objects and provisions Service type LoadBalancer for control plane Machines to achieve HA.
  2. It leverages Carvel Packaging APIs to lifecycle manage load balancer provider operator. Currently, we now support VMware's NSX Advanced Load Balancer Kubernetes Operator as a reference implementation.
  3. It bridges Cluster API and load balancer provider operator to ensure load balancer resources are cleaned up when cluster is deleted.
  4. For the NSX Advanced Load Balancer operator, it also automates the user account creation and injection per cluster.

Contributing

We welcome new contributors to our repository. Following are the pre-requisties that should help you get started:

  • Before contributing, please get familiar with our Code of Conduct.
  • Check out our Contributor Guide for information about setting up your development environment and our contribution workflow.

License

Load Balancer Operator for Kubernetes is licensed under the Apache License, version 2.0