flrnd
Cover Image for Linux Virtual Server, Clusters in Linux

Linux Virtual Server, Clusters in Linux

Florian Rand on Sunday, December 7th, 2008

What is LVS

An LVS cluster is a group of real servers that transparently for the user acts as if it were a single large server. This homogeneous server is called "Virtual Server". Real servers are managed by a Director (also called load balancer or load balancer). The essential part of the director is IPVS. IPVS (IP Virtual Server) implements a transport layer within the Linux kernel that distributes client requests among real servers (load balancing). When we talk about load balancing in networks we have different types. All of them are based on the different layers of the OSI model, specifically, IPVS is a Layer-4 load balancer, because it uses protocols such as UDP, TCP and SCTP to redistribute the packets over the network (Transport layer).

At this point, we must understand that the heart of a cluster is precisely the Director. It is crucial for the proper functioning of our cluster to ensure the availability of at least one Director in operation. For this, we only need a machine powerful enough to take over the work of the Director in the event of a failure of the Principal Director (or also to perform maintenance tasks). This is possible by using applications such as heartbeat or UltraMonkey. This is where we enter the cluster management part and ensure its availability.

There is a large amount of software that, together with LVS, works for cluster management to provide a robust service, ensuring its availability and good performance. A list (taken from the official Linux Virtual Server page) could be the following:

Cover image: "Server room at CERN" by torkildr is licensed under CC BY-SA 2.0