| Aspect | Description |
|---|---|
| Round Robin | Distribute incoming requests equally across all available instances |
| Least Requests | Send incoming requests to the instance with the fewest active requests |
| IP Hash | Use a hash function to map incoming requests to specific instances |
| Session Persistence | Ensure that subsequent requests from the same client are always routed to the same instance |
Created
August 29, 2023 16:29
-
-
Save EliFuzz/1d1c79a6926d7ab6a049cabab9207e69 to your computer and use it in GitHub Desktop.
Overview Table: Service Mesh. Load Balance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment