Home >Common Problem >What does cluster LVS mean?

What does cluster LVS mean?

藏色散人
藏色散人Original
2020-05-30 13:58:283972browse

What does cluster LVS mean?

What does cluster LVS mean?

Cluster LVS (Load Balancing)

LVS: Linux Virtual Server

Similar to the iptables architecture, there is a piece of code in the kernel for real-time monitoring of data The request from the packet source will be redirected when the data packet arrives at the port. This series of work must be implemented in the kernel. The code that implements packet request processing in the kernel is called ipvs. ipvs only provides a functional framework, and you also need to manually define which service the data is requesting.

This definition needs to be achieved by writing rules. The tool for writing rules is called ipvsadm.

The above is the detailed content of What does cluster LVS mean?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Related articles

See more