Table of Contents generated with DocToc
A LoadBalancer, containing a proxy
and multiple providers
, provides external traffic load balancing for kubernetes applications.
A proxy
is an ingress controller watching ingress resources to provide accesses that allow inbound connections to reach the cluster services.
A provider
is the entrance of the cluster providing high availability for connections to proxy (ingress controller).
Working in process
This project is still in alpha version.
Learn more about loadbalancer on design doc
βββ cmd
βΒ Β βββ controller
βββ config
βββ controller
βββ docs
βΒ Β βββ images
βββ hack
βΒ Β βββ license
βββ pkg
βΒ Β βββ apis
βΒ Β βΒ Β βββ networking
βΒ Β βΒ Β βββ v1alpha1
βΒ Β βββ informers
βΒ Β βΒ Β βββ internalinterfaces
βΒ Β βΒ Β βββ networking
βΒ Β βΒ Β βββ v1alpha1
βΒ Β βββ listers
βΒ Β βΒ Β βββ networking
βΒ Β βΒ Β βββ v1alpha1
βΒ Β βββ toleration
βΒ Β βββ tprclient
βΒ Β βΒ Β βββ networking
βΒ Β βΒ Β βββ v1alpha1
βΒ Β βββ util
βΒ Β βββ controller
βΒ Β βββ lb
βΒ Β βββ strings
βΒ Β βββ taints
βΒ Β βββ validation
βββ provider
βΒ Β βββ providers
βΒ Β βββ ipvsdr
βββ proxy
βΒ Β βββ proxies
βΒ Β βββ nginx
βββ version
A brief description:
cmd
contains main packages, each subdirecoty ofcmd
is a main package.docs
for project documentations.hack
contains scripts used to manage this repository.pkg
contains apis, informers, listers, clients, util for LoadBalancer TPR.provider
contains provider plugins, each subdirectory is one kind of a providerproxy
contains proxy plugins, each subdirectory is one kind of a proxyversion
is a placeholder which will be filled in at compile time
- readjust the directory structure
- update api to v1alpha2
- separate api from the project to clientset
- auto generate clients and informers