kyma-project / compass-manager

Manager for the compass module
Apache License 2.0
1 stars 8 forks source link

High availability for connecting Kyma runtime with Compass (UCL) #107

Open pbochynski opened 1 year ago

pbochynski commented 1 year ago

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

application-connector-modularization

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

kyma-bot commented 1 year ago

This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.

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

mvshao commented 1 year ago

Workplan for Compass Manager

kyma-bot commented 1 year ago

This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.

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

kyma-bot commented 1 year ago

This issue or PR has been automatically marked as stale due to the lack of recent activity. Thank you for your contributions.

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

kyma-bot commented 11 months ago

This issue or PR has been automatically closed due to the lack of activity. Thank you for your contributions.

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 commented 11 months ago

@kyma-bot: Closing this issue.

In response to [this](https://github.com/kyma-project/compass-manager/issues/107): >This issue or PR has been automatically closed due to the lack of activity. >Thank you for your contributions. > >This bot triages issues and PRs according to the following rules: >- After 60d of inactivity, `lifecycle/stale` is applied >- After 7d of inactivity since `lifecycle/stale` was applied, the issue is closed > >You can: >- Reopen this issue or PR with `/reopen` >- Mark this issue or PR as fresh with `/remove-lifecycle stale` > >If you think that I work incorrectly, kindly [raise an issue](https://github.com/kyma-project/test-infra/issues/new/choose) with the problem. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.