K2cloud Orchestrator provides a built-in workflow for moving Project changes from development into Fabric runtime Spaces.
The workflow combines:
A typical deployment flow is:
Studio Space
↓
Develop and validate
↓
Commit and tag in Git
↓
Deploy Environment
↓
Activate Environment
↓
Deploy Project
↓
Validate Runtime
This provides a straightforward deployment path without requiring an external CI/CD pipeline.
K2cloud Projects are Git-backed.
Git provides the versioned source for:
K2cloud does not replace Git as the source of deployment content. Instead, the K2cloud Orchestrator coordinates deployment from Git into Fabric runtime Spaces.
Git tags allow the operator to identify the version of the content to deploy.
Studio and Fabric Spaces have different roles in the deployment lifecycle.
Studio Spaces are primarily used to:
Fabric Spaces are runtime-oriented and are commonly used for:
Deployment operations are available from the Fabric Space action menu.
Before deploying Project content, deploy the appropriate environment definition to the Fabric Space.
The operator selects the Git tag containing the version of the environment definition to deploy.
After the environment definition has been deployed, the environment is selected and activated in Fabric Admin.
This establishes the runtime environment configuration that Fabric will use.
For the detailed procedure, see Deploy Environments.
After the environment is active, Project content can be deployed from Git.
The operator selects the Git tag and can deploy:
This allows the deployment scope to be controlled based on the changes being promoted.
For the detailed procedure, see Deploy Project.
After deployment, validate that the runtime environment is operating as expected.
Validation can include:
K2cloud SaaS customers can also use the K2cloud monitoring and log capabilities for additional runtime visibility.
K2cloud Self-Hosted customers use the observability and monitoring capabilities provided by their own infrastructure environment.
The built-in K2cloud deployment workflow is appropriate for organizations that want a direct operational path from Git to Fabric runtime Spaces.
Organizations with more elaborate software delivery requirements can also integrate deployment into CI/CD and API-driven workflows.
K2cloud Orchestrator provides a built-in workflow for moving Project changes from development into Fabric runtime Spaces.
The workflow combines:
A typical deployment flow is:
Studio Space
↓
Develop and validate
↓
Commit and tag in Git
↓
Deploy Environment
↓
Activate Environment
↓
Deploy Project
↓
Validate Runtime
This provides a straightforward deployment path without requiring an external CI/CD pipeline.
K2cloud Projects are Git-backed.
Git provides the versioned source for:
K2cloud does not replace Git as the source of deployment content. Instead, the K2cloud Orchestrator coordinates deployment from Git into Fabric runtime Spaces.
Git tags allow the operator to identify the version of the content to deploy.
Studio and Fabric Spaces have different roles in the deployment lifecycle.
Studio Spaces are primarily used to:
Fabric Spaces are runtime-oriented and are commonly used for:
Deployment operations are available from the Fabric Space action menu.
Before deploying Project content, deploy the appropriate environment definition to the Fabric Space.
The operator selects the Git tag containing the version of the environment definition to deploy.
After the environment definition has been deployed, the environment is selected and activated in Fabric Admin.
This establishes the runtime environment configuration that Fabric will use.
For the detailed procedure, see Deploy Environments.
After the environment is active, Project content can be deployed from Git.
The operator selects the Git tag and can deploy:
This allows the deployment scope to be controlled based on the changes being promoted.
For the detailed procedure, see Deploy Project.
After deployment, validate that the runtime environment is operating as expected.
Validation can include:
K2cloud SaaS customers can also use the K2cloud monitoring and log capabilities for additional runtime visibility.
K2cloud Self-Hosted customers use the observability and monitoring capabilities provided by their own infrastructure environment.
The built-in K2cloud deployment workflow is appropriate for organizations that want a direct operational path from Git to Fabric runtime Spaces.
Organizations with more elaborate software delivery requirements can also integrate deployment into CI/CD and API-driven workflows.