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

Define and document KIM architecture #134

Closed
6 tasks done
Tracked by #112
tobiscr opened this issue Jan 25, 2024 · 2 comments
Closed
6 tasks done
Tracked by #112

Define and document KIM architecture #134

tobiscr opened this issue Jan 25, 2024 · 2 comments
Assignees

Comments

@tobiscr
Copy link
Contributor

tobiscr commented Jan 25, 2024

Description

KIM will become a critical component of the Kyma backend and be responsible for any infrastructure (especially cluster creation) related tasks.

We see already a growing amount of expectations and requirements for KIM. This requires a well defined architecture which supports

  • easy extensibility (e.g. any value of the shoot-spec should be configurable by customer values or use default config values as fallback)
  • good testability (e.g. mock the Gardener API to simulate any possible use-case in unit- or E2E-tests)
  • well performing (e.g. KIM has to be able to manage 10.000 clusters with an linear scaling processing time)
  • comprehensive monitoring (e.g. central KPIs of KIM have to be exposed, e.g. failure rate, processing time, throughput, resource consumption)
  • acceptable maintainability efforts (e.g. most of the identified incidents can be covered by the software/architecture without human intervention)

Take already known requirements into consideration when designing the new architecture:

AC:

@Disper
Copy link
Member

Disper commented Jan 25, 2024

@tobiscr tobiscr changed the title Define and document KIM architecture Define and document KIM architecture [EPIC] Jan 25, 2024
@tobiscr tobiscr changed the title Define and document KIM architecture [EPIC] Define and document KIM architecturre Jan 25, 2024
@tobiscr tobiscr changed the title Define and document KIM architecturre Define and document KIM architecture Feb 19, 2024
@Disper Disper added this to the Provisioning MVP milestone May 10, 2024
@Disper
Copy link
Member

Disper commented May 22, 2024

Closing, as the ADR was merged.

@Disper Disper closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants