Metallb Controller
- By containers
- Containers
juju deploy cs:~containers/metallb-controller
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Channel | Version | Platform |
---|---|---|
latest/stable | 13 | |
latest/candidate | 15 | |
latest/beta | 13 | |
latest/edge | 14 |
Platform:
About
MetalLB offers a software network load balancing implementation that allows for LoadBalancing services in Kubernetes. It is a young open-source project that could be charmed to integrate it easily with the Canonical suite of projects. Upstream documentation can be found here : https://metallb.universe.tf/. The controller is the cluster-wide controller that handles IP address assignments. It must be deployed with its counterpart, metallb-speaker, which speaks the protocol of your choice to make the services reachable. Read more
Relevant links
Discuss this charm
Share your thoughts on this charm with the community on discourse.
MetalLB-Controller Charm
Overview
MetalLB offers a software network load balancing implementation that allows for LoadBalancing services in Kubernetes. Upstream documentation for MetalLB can be found at https://metallb.universe.tf/
The metallb-controller charm is meant to be used together with the metallb-speaker charm. The official documentation for these charms and how to use them with Kubernetes can be found at https://ubuntu.com/kubernetes/docs/metallb.