-
Notifications
You must be signed in to change notification settings - Fork 89
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
docs(multizone): add leader and follower information #1537
Conversation
Signed-off-by: slonka <[email protected]>
✅ Deploy Preview for kuma ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -69,13 +69,28 @@ A multi-zone deployment includes: | |||
- Send zone ingresses down to zone control plane. | |||
- Keep an inventory of all data plane proxies running in all zones (this is only done for observability but is not required for operations). | |||
- Reject connections from data plane proxies. | |||
- Leader | |||
- Writes to the store |
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.
But you can also write stuff to a follower, for example PUT request to create a policy can go to any instance
- Leader | ||
- Writes to the store | ||
- Does insights processing | ||
- Other leader components (CP catalog, gc, subscription finalizer, inter cp server) |
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 feel like this is might be quite cryptic for the users reading this doc.
Same with "insights processing".
- The **zone control planes**: | ||
- Accept connections from data plane proxies started within this zone. | ||
- Receive policy updates from the global control plane. | ||
- Send data plane proxies and zone ingress changes to the global control plane. | ||
- Compute and send configurations using XDS to the local data plane proxies. | ||
- Update list of services which exist in the zone in the zone ingress. | ||
- Reject policy changes that do not come from global. | ||
- Leader | ||
- Writes to the store | ||
- Runs k8s controllers (pod converter, CNI taint) |
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.
Global also run this if global is on Kube
- Does insights processing | ||
- Other leader components (CP catalog, gc, subscription finalizer, inter cp server) | ||
- Followers | ||
- Run default components |
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.
what are default components
in this context?
Will reopen if this is needed again. |
Can someone help me fill this out? I always struggle with remembering who connects to whom, what runs on a leader, what runs on followers and what runs on both.
Did you sign your commit? Instructions
Have you read Contributing guidelines?