GO-2022-0995: Talos worker join token can be used to get elevated access level to the Talos API in github.com/talos-systems/talos
package
Version:
v0.6.0-alpha.4
Opens a new window with list of versions in this module.
Published: Jun 30, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package loadbalancer provides simple TCP loadbalancer.
TCP is a simple loadbalancer for TCP connections across a set of upstreams.
Healthcheck is defined as TCP dial attempt by default.
Zero value of TCP is a valid proxy, use `AddRoute` to install load balancer for
address.
Usage: call Run() to start lb and wait for shutdown, call Close() to shutdown lb.
AddRoute installs load balancer route from listen address ipAddr to list of upstreams.
TCP automatically does background health checks for the upstreams and picks only healthy
ones. Healthcheck is simple Dial attempt.
Source Files
¶
Directories
¶
Package upstream provides utilities for choosing upstream backends based on score.
|
Package upstream provides utilities for choosing upstream backends based on score. |
Click to show internal directories.
Click to hide internal directories.