-
Notifications
You must be signed in to change notification settings - Fork 8
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
High availability for connecting Kyma runtime with Compass (UCL) #107
Comments
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
Workplan for Compass Manager
|
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
Ensure that connection to Unified Customer Landscape (UCL) based on open source project compass can be established regardless of the UCL availability (eventually) also in the bring your own cluster model (BYOC).
Reasons
Currently, the connection between the runtime agent and UCL is initialized by the runtime provisioner. Provisioner connects to the compass director registers runtime and then creates a one-time token as a secret in the runtime. The main disadvantages are:
High level architecture proposal
The solution introduces a new controller in the contol plane (compass-manager). The controller can watch Kyma resource in the control plane (created for each Kyma installation, also for BYOC model). In the first phase controller will create one-time token for each Kyma cluster. Later on, when application-connector modularization is completed the token can be created only for those clusters where module is enabled.
Current workplan
The text was updated successfully, but these errors were encountered: