loadbalancer-provider

module
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2020 License: Apache-2.0

README

Table of Contents generated with DocToc

LoadBalancer Provider

About the project

This repo is the sub project of loadbalancer-controller containing providers of loadbalancer.

Status

Working in process, still in alpha version

Design

Learn more about loadbalancer, design doc on google drive

See also

Getting stated

Layout
├── core
│   ├── options
│   ├── pkg
│   │   ├── arp
│   │   ├── net
│   │   ├── node
│   │   └── sysctl
│   └── provider
└── providers
    ├── ingress
    │   ├── cmd
    │   ├── provider
    │   └── version
    └── ipvsdr
        ├── cmd
        ├── provider
        └── version
  • core/pkg contains generic pkgs, etc, arp, sysctl, net, node
  • core/options contains generic options
  • core/provider contains generic loadbalancer provider
  • providers/ingress contains ingress sidecar for loadbalancer proxy
  • providers/ipvsdr contains IPVS DR mode provider backend

Directories

Path Synopsis
cmd
core
pkg
providers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL