kyma-project / infrastructure-manager

Apache License 2.0
0 stars 10 forks source link

Migrate infrastructure related logic from KEB to KIM #127

Open tobiscr opened 9 months ago

tobiscr commented 9 months ago

Description

A goal of the KIm is to establish a domain for infrastructure relate tasks (primarily cluster creation) within Kyma. At the moment is KEB heavily involved in this area as managing several decisions about the cluster creation (e.g. which region has to be used etc.).

To establish KEB as pure orchestration service for Kyma backends, all infrastructure related logic in KEB should be extracted and become part of KIM.

AC:

Depends on

125 + #134

Disper commented 6 months ago

As part of the migration, please do not forget about planning the removal of https://github.com/kyma-project/control-plane/tree/main/components/schema-migrator.

Disper commented 6 months ago

This PR should be done before we finalise KIM migration.

Disper commented 3 months ago

We have to double check with Gophers if we have not missed anything.