ipvsadm/README.md

6 lines
432 B
Markdown
Raw Normal View History

2024-01-05 23:58:04 +01:00
# ipvsadm
IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer before a cluster of real servers, it can direct requests for TCP/UDP based services to the real servers, and makes services of the real servers to appear as a virtual service on a single IP address.
This package contains the user space tools for IPVS.