Environment Networking
Environment Networking
Figure 1 shows the environment networking diagram.
Two Kunpeng servers are used to perform a pressure test on the entire deployment solution.
One Kunpeng server with LVS is used as the load balancing node.
One Kunpeng server with Nginx and ATS is used as the cache node.
One Kunpeng server with Nginx is used as the origin server for storing test files.
During the test, the client servers use the test tool Siege to send a request to LVS. LVS sends the request load to Nginx of the cache node. Nginx forwards the request to ATS. ATS checks whether the requested file is locally stored. If not, ATS accesses the origin server to obtain the file and stores the file in the drive of the cache node.
The content below describes the IP addresses used in the following sections. You need to use the actual IP addresses.
- IP address of a client press: 192.168.100.152
- The IP address of the node where LVS is deployed is 192.168.100.224, and the virtual IP address (192.168.100.225) is configured.
- IP address of the host where Nginx and ATS (cache node) are deployed: 192.168.100.206
- IP address of the Nginx node where the origin server is deployed: 192.168.100.216
