-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add load balancing docs #2559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add load balancing docs #2559
Conversation
|
/hold |
|
/approve For stage-docs |
0469ea7 to
eb48f61
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abrennan89, mattmoor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/unhold |
vagababov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general it seems sometimes we spell Activator and sometimes activator probably has to be consistent?
|
|
||
| You can configure load balancing on Knative, by placing the _Activator service_ in the request path to act as a load balancer. | ||
|
|
||
| **NOTE:** To do this, you must first ensure that individual pod addressability is enabled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this to work, ...
Since you can put Activator in the request path, just the load balancing will be whatever underlying transport is (mesh provider most likely).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So do we actually need this note at all?
If a user needs to do something here maybe we should add that procedure or link to it to make it clear?
|
@vagababov updated most things except the one comment about that note, PTAL |
vagababov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
* [WIP] Add load balancing docs * feedback from vagababov * fix link * review feedback and removed README * minor tweaks and improvements * minor tweaks, formatting * fixing links * removed note * fix link, default values * review updates * review updates
Fixes #2477
Proposed Changes