github.com/kyma-project/kyma-environment-broker@v0.0.1/docs/user/01-20-target-architecture.md (about) 1 # Kyma Environment Broker target architecture 2 3 > **NOTE:** After Runtime Provisioner and Reconciler are deprecated, Kyma Environment Broker (KEB) will integrate with Infrastructure Manager. The diagram and description in this doc present the KEB target architecture. To read about the current KEB workflow, go to [Kyma Environment Broker architecture](01-10-architecture.md). 4 5  6 7 1. The user sends a request to create a new cluster with SAP BTP, Kyma runtime. 8 2. KEB creates a GardenerCluster resource. 9 3. Infrastructure Manager provisions a new Kubernetes cluster. 10 4. Infrastructure Manager creates and maintains a Secret containing a kubeconfig. 11 5. KEB creates a Kyma resource. 12 6. Lifecycle Manager reads the Secret every time it's needed. 13 7. Lifecycle Manager manages modules within SAP BTP, Kyma runtime. 14 15 > **NOTE:** Once the planned changes are implemented, the following documents will be deprecated as irrelevant: 16 > - [Runtime components](../contributor/02-10-runtime-components.md) 17 > - [Set overrides for Kyma Runtime](../contributor/02-20-runtime-overrides.md) 18 > - [Configure Kyma version](../contributor/02-30-kyma-versions.md) 19 > - [Orchestration](../contributor/02-50-orchestration.md)