An open API service indexing awesome lists of open source software.

https://github.com/vmware-tanzu/load-balancer-operator-for-kubernetes

A Cluster API speaking operator for load balancers
https://github.com/vmware-tanzu/load-balancer-operator-for-kubernetes

cluster-api high-availability lifecycle load-balancer

Last synced: 3 months ago
JSON representation

A Cluster API speaking operator for load balancers

Awesome Lists containing this project

README

          

# Load Balancer Operator for Kubernetes

[![codecov](https://codecov.io/gh/vmware-tanzu/load-balancer-operator-for-kubernetes/branch/main/graph/badge.svg?token=JwXHlUeDcB)](https://codecov.io/gh/vmware-tanzu/load-balancer-operator-for-kubernetes)
[![Load Balancer Operator for Kubernetes Checks](https://github.com/vmware-tanzu/load-balancer-operator-for-kubernetes/actions/workflows/actions.yml/badge.svg)](https://github.com/vmware-tanzu/load-balancer-operator-for-kubernetes/actions/workflows/actions.yml)

## Overview

- [Quick Start](./docs/quick-start.md)

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](https://carvel.dev/kapp-controller/docs/latest/packaging) to lifecycle manage load balancer provider operator. Currently, we now support VMware's [NSX Advanced Load Balancer Kubernetes Operator](https://github.com/vmware/load-balancer-and-ingress-services-for-kubernetes) as a reference implementation.
3. It bridges [Cluster API](https://cluster-api.sigs.k8s.io/) 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](CODE-OF-CONDUCT.md).
- Check out our [Contributor Guide](CONTRIBUTING.md) 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](LICENSE.txt)