Cloud continuum Blueprint Slices
Cloud continuum blueprint (CCBP) is a middleware architecture to manage experiments infrastructural requirements
flowchart TD
A@{shape: proc,label: user}
B@{shape: proc,label: CCBP}
C@{shape: proc,label: infrastructure}
A -- creates experiment --> B -- manages required infrastructure --> C
The CCBP tech stack is composed by the following services
The architecture looks as follows:

Where:
- keycloak is used as a centralized auth management solution with OIDC for users of the CCBP,
- couchDB is used to maintain metadata about experiment entities, and kubernetes controllers monitors
When a new experiment is defined inside the CCBP a new kube namespace is created that is manage trough crossplane operators