-
Notifications
You must be signed in to change notification settings - Fork 212
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 federated services docs #1874
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Alex Leong <[email protected]>
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.
Thank you! I think we need to add a little content in the muclu feature doc too. (There is some unfortunate overlap between that doc and the reference doc... don't feel obligated to solve that larger issue in this PR.)
Signed-off-by: Alex Leong <[email protected]>
Signed-off-by: Alex Leong <[email protected]>
and create a federated service called `<svc name>-federated` which will act as | ||
a union of all those services with that name. For example, all traffic sent to | ||
the `store-web-federated` federated service will be load balanced over all | ||
replicas of all services name `store-web` in all linked clusters. |
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.
replicas of all services name `store-web` in all linked clusters. | |
replicas of all services named `store-web` in all linked clusters. |
services which act as a union of multiple services in different clusters with | ||
the same name and namespace. By sending traffic to the federated service, that | ||
traffic will be load balanced among all endpoints of that service in all linked | ||
clusters. The allows the client to be cluster agnostic, balance traffic across |
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.
clusters. The allows the client to be cluster agnostic, balance traffic across | |
clusters. This allows the client to be cluster agnostic, balance traffic across |
] | ||
``` | ||
|
||
## Step 5: Send some traffic! |
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.
## Step 5: Send some traffic! | |
## Step 6: Send some traffic! |
done | ||
command: | ||
- /bin/sh | ||
image: appropriate/curl |
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.
I assume this was a placeholder?
image: appropriate/curl | |
image: curlimages/curl |
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.
Signed-off-by: Alex Leong <[email protected]>
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.
Some minor tweaks suggested but this looks excellent, kudos! 🙂
Signed-off-by: Alex Leong <[email protected]>
No description provided.