ch1aki / loadbalancer-controller

Loadbalancer operator working on Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loadbalancer-controller

Loadbalancer operator working on Kubernetes

Resources

Loadbalancer

Loadbalancer is a resource that define abstracted loadbalancer and healthcheck. Real loadbalancers are defined by backend resource.

There are 2 backend resources, AWSBackend and ExternalBackend

AWSBackend

AWSBackend is a resource that is made by elastic loadbalancing with AWS.

See this example.

ExternalBackend

ExternalBackend is a resource that can define any impremented loadbalancer.

See this example.

LBSets

LBSet is a resource that join multiple Loadbalancer as a GSLB (Global Server Load Balancing)

There is a Route53 Resource as a backend implementation.

About

Loadbalancer operator working on Kubernetes


Languages

Language:Go 81.7%Language:Smarty 6.4%Language:Makefile 4.8%Language:HCL 3.8%Language:Dockerfile 2.7%Language:Shell 0.5%