forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API for LoadBalancing Strategy in EnvoyProxy API
* Allows the user to configure a global load balancing strategy for the envoy proxy data plane ``` apiVersion: config.gateway.envoyproxy.io/v1alpha1 kind: EnvoyProxy metadata: name: set-lb-strategy spec: traffic: loadBalancer: strategy: LeastRequest ``` * Sets the default load balancing strategy to `LeastRequest` which will internally set the `WeightedLeastReqquest` knob in Envoy * Relates to envoyproxy#1256 allowing the user to fall back to `ClusterIP` style loadbalancing * Relates to envoyproxy#1105 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
- Loading branch information
Showing
4 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters