Skip to content

Commit

Permalink
Update concepts/central-resource-sync/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Thaler <[email protected]>
  • Loading branch information
ruanxin and a-thaler authored Nov 29, 2023
1 parent 8f3acb2 commit e9f7f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/central-resource-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The Module Synchronization design aims to meet the following key requirements an

- Efficient Synchronization: A primary objective is to ensure the efficient synchronization of module resources between the KCP cluster and the SKR cluster. This involves timely and accurate updates to maintain the desired state of module resources across clusters.
- Responsibility Separation: LM takes charge of managing the synchronization of module resources, while Module Manager, owned by individual module teams, is responsible for providing the necessary resources.
- Minimized Central Components access SKR cluster: To optimize efficiency and security, this design avoids introducing additional central components with direct connections to remote clusters. By reducing the number of connections and limiting components with cluster-admin access to the SKR cluster, the system mitigates security risks associated with privileged access.
- Minimized access of central components to SKR cluster: To optimize efficiency and security, this design avoids introducing additional central components with direct connections to remote clusters. By reducing the number of connections and limiting components with cluster-admin access to the SKR cluster, the system mitigates security risks associated with privileged access.
- Real-time Reflection of Changes: A critical aspect of the design is to ensure that any changes to client resources, including Module CR and Kyma CR, are reflected in module resources instantaneously. Real-time synchronization is essential to maintain system integrity and responsiveness.

### Context
Expand Down

0 comments on commit e9f7f69

Please sign in to comment.