Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save EliFuzz/1d1c79a6926d7ab6a049cabab9207e69 to your computer and use it in GitHub Desktop.

Select an option

Save EliFuzz/1d1c79a6926d7ab6a049cabab9207e69 to your computer and use it in GitHub Desktop.
Overview Table: Service Mesh. Load Balance
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment