Skip to content
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

Watcher-Listener delivery #2

Closed
9 of 18 tasks
tobiscr opened this issue May 12, 2022 · 2 comments
Closed
9 of 18 tasks

Watcher-Listener delivery #2

tobiscr opened this issue May 12, 2022 · 2 comments

Comments

@tobiscr
Copy link

tobiscr commented May 12, 2022

Description

The Change Detection mechanism is is an essential component in the new reconciler architecture. It is responsible to detect configurations provided by the customer and make them available on the management plane.

This mechanism consists of a two elements:

  • a watcher component running inside of a customer cluster and detecting changees
  • listener component running on the management plane side.

The watcher component It is following the K8s operator pattern identifying configuration changes applied by the customer (via ConfigMaps). It propagates such changes to the listener component. The listener persists the change in the management plane. It will be picked up by the Kyma Operator who injects the customer configuration values into the related component CRs.

Acceptance criteria

Issues
kyma-project/kyma#13759

Appendix

  • CRD = Customt Resource Definition
  • CR = Custom Resource
  • BYOC = Bring your own cluster
  • SKR = SAP Kyma Runtime
@tobiscr tobiscr changed the title MVP: Change detection MVP: Change detection (Watcher-Listener) Jun 13, 2022
@tobiscr tobiscr changed the title MVP: Change detection (Watcher-Listener) MVP: Watcher-Listener (change detection) Jul 6, 2022
@tobiscr tobiscr transferred this issue from kyma-project/lifecycle-manager Jul 8, 2022
@kyma-bot
Copy link
Contributor

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:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Close this issue or PR with /close

If you think that I work incorrectly, kindly raise an issue with the problem.

/lifecycle stale

@kyma-bot kyma-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 12, 2022
@janmedrek janmedrek removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 17, 2022
@kyma-bot
Copy link
Contributor

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:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 7d of inactivity since lifecycle/stale was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Close this issue or PR with /close

If you think that I work incorrectly, kindly raise an issue with the problem.

/lifecycle stale

@kyma-bot kyma-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 10, 2023
@janmedrek janmedrek added 2023-Q2 and removed 2022-Q4 lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Feb 16, 2023
@janmedrek janmedrek changed the title MVP: Watcher-Listener (change detection) Watcher-Listener delivery Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants