1. F5 Networks Knowledge Base, K7379: Overview of BIG-IP LTM persistence.
Section: "Persistence processing"
Content: "When a client makes an initial connection to a virtual server, the BIG-IP LTM system makes a load balancing decision and selects a pool member to service the request. When the BIG-IP LTM system receives subsequent connections from the same client, if a persistence record for that client exists, the system bypasses the load balancing decision and forwards the client's request to the pool member specified in the persistence record." This directly confirms that persistence overrides load balancing.
2. F5 BIG-IP LTM Concepts, v17.1.
Chapter: "Load Balancing Pools"
Section: "Understanding persistence"
Content: The guide explains that the primary function of persistence is to ensure client requests are consistently sent to the same pool member. This inherently contradicts dynamic load balancing methods like Least Connections for subsequent client requests, explaining the potential for uneven load.
3. F5 BIG-IP Local Traffic Manager: Implementations, v17.1.
Chapter: "Configuring Load Balancing"
Section: "Configuring persistence"
Content: This section details the implementation of persistence profiles and notes their purpose is to override normal load balancing for returning clients. It implicitly supports the fact that this override is a common cause of load imbalance when not accounted for.