-
Notifications
You must be signed in to change notification settings - Fork 391
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
📖 WIP: docs: add a sharding overview #3000
Conversation
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.
Looks good for start. What I'm missing is "Sharding for developer", like FAQ:
- If my objects are hosted in the workspace (apps/v1, foo/v2,etc) and managed via APIBinding/Export - Is it enough to have single controller running per VirtualWorkspace to manage objects cross shards?
- As a KCP consumer/service provider ontop of KCP - do I need to care about adding my objects into cache server? How does cross shard APIBindings/APIExports are resolved?
Mostly where KCP responsibility ends and developers building optop of KCP starts
|
||
# Logical Clusters and Workspace Paths | ||
|
||
Logical clusters are defined through the existence of a `LogicalCluster` object |
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.
Can shard host more than 1 logical cluster? Or logical cluster and shard are 1:1 mapping?
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.
arbitrary many logical clusters per shard.
/retest |
/approve |
LGTM label has been added. Git tree hash: b3669597133f8ebd5d985eeb797688989a43d32b
|
/retest |
1 similar comment
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis 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 |
/test all |
/refresh |
Brain dump while being in a plane. Not proof-read.