This document discusses IPVS (IP Virtual Server), a kernel-level load balancing and request routing technology built into the Linux kernel. It has been used by major companies like Google, Facebook, and Yandex to route millions of requests per second. The document introduces some key features of IPVS, including different forwarding methods (DNAT, DR, IPIP), load balancing algorithms, health checks, and cluster synchronization. It then describes GORB, an open-source REST API and daemon that can configure and manage IPVS from userspace without restarting services. GORB potentially makes IPVS useful for load balancing Docker containers dynamically as containers are started and configured.