Lab Guide: Modern Load Balancing | |
Demo AviFeel free to play around with the system. This is a demo environment. You can't hurt it!
Virtual ServiceCreate a virtual service
Create a VS VIP
Create a server pool
VerifyService Engine creation
Test the VS
Verify
SSL/TLSChange the site to TLS encryption
HTTPS RedirectAutomatically redirect clients from HTTP to HTTPSThere are several ways to accomplish redirection with increasing levels of sophistication and flexibility. This exercise shows one example of accomplishing this task.
Server HealthTroubleshoot problematic servers
Advanced Virtual Service FunctionalityThis lab enables a few interesting features
Learn MoreInterested in taking Avi for a real spin? Here are some suggestions
|
🔹 Step-by-Step Explanation of Ballooning, Compression & Swapping in VMware ⸻ 1️⃣ Memory Ballooning (vmmemctl) Ballooning is the first memory reclamation technique used when ESXi detects memory pressure. ➤ Step-by-Step: How Ballooning Works 1. VMware Tools installs the balloon driver (vmmemctl) inside the guest OS. 2. ESXi detects low free memory on the host. 3. ESXi inflates the balloon in selected VMs. 4. Balloon driver occupies guest memory, making the OS think RAM is full. 5. Guest OS frees idle / unused pages (because it believes memory is needed). 6. ESXi reclaims those freed pages and makes them available to other VMs. Why Ballooning Happens? • Host free memory is very low. • ESXi wants the VM to release unused pages before resorting to swapping. Example • Host memory: 64 GB • VMs used: 62 GB • Free: 2 GB → ESXi triggers ballooning • VM1 (8 GB RAM): Balloon inflates to 2 GB → OS frees 2 GB → ESXi re...
Comments
Post a Comment