harvester / load-balancer-harvester

Harvester load balancing controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harvester Load Balancer

Build Status Go Report Card Releases

Harvester Load Balancer is a load balancing controller. Combined with other components like kube-vip and Harvester CCM, it makes Harvester a cloud provider. Users can deploy Harvester Load Balancer in any other Kubernetes clusters without dependency on Harvester.

Deploying

# helm v3
$ helm repo add harvester https://charts.harvesterhci.io
$ helm repo add kube-vip https://kube-vip.io/helm-charts
$ helm repo update
$ helm install harvester-load-balancer harvester/harvester-load-balancer -n harvester-system
$ helm install kube-vip kube-vip/kube-vip --set config.vip_interface=<network interface> -n harvester-system 
$ helm install kube-vip/kube-vip-cloud-provider 

License

Copyright (c) 2020 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Harvester load balancing controller

License:Apache License 2.0


Languages

Language:Go 97.3%Language:Shell 2.1%Language:Dockerfile 0.3%Language:Makefile 0.3%