Clustering ========== .. contents:: Table of Contents See also: Administrative, Firewalls, Networking IPVS ---- Linux Virtual Server provides a way to load balance TCP and UDP connections. ipvsadm ~~~~~~~ .. csv-table:: :header: Usage, Explanation, Example :widths: 20, 20, 20 "-A", "add a load balancer", "" "-a", "add a node to distribute connections", "" "-t ", "TCP service", "" "-u ", "UDP service", "" "-s {rr|lc|dh}", "set the scheduling method (i.e. round robin, least connections or destination IP/hash)", "" "-l", "list the current configuration", "" "-S, --save", "print the configuration to stdout", "" "-R, --restore", "restore the configuration from a file", "" "-C", "clear the current configuration", "" History ------- - `Latest `__ - `< 2019.01.01 `__