github.com/kyma-project/kyma-environment-broker@v0.0.1/docs/user/01-10-architecture.md (about)

     1  # Kyma Environment Broker architecture
     2  
     3  The diagram and steps describe the Kyma Environment Broker (KEB) workflow and the roles of specific components in this process:
     4  
     5  ![KEB diagram](../assets/keb-arch.svg)
     6  
     7  1. The user sends a request to create a new cluster with SAP BTP, Kyma runtime.
     8  
     9  2. KEB sends the request to create a new cluster to the Runtime Provisioner component.
    10  
    11  3. Provisioner creates a new cluster.
    12  
    13  4. Kyma Environment Broker creates a cluster configuration in Reconciler (except for the preview plan).
    14  
    15  5. Reconciler installs Kyma (except for the preview plan). 
    16  
    17  6. KEB creates a Kyma resource.
    18  
    19  7. Lifecycle Manager manages Kyma modules.
    20  
    21  > **NOTE:** In the future, Provisioner and Reconciler will be deprecated.  KEB will then integrate with Infrastructure Manager. To learn about the planned KEB workflow, read [Kyma Environment Broker target architecture](01-20-target-architecture.md).