Start

Workflow for starting an environment

When starting an Environment, the following occur:

  • all components of kind Helm, KubernetesManifest, GenericComponent are started by running their defined scripts / commands from the start attribute of each.
  • the number of replicas for Docker-compose components is set to the value before stopping for each of Deployments
    Important: The number of replicas is preserved at Stop so it can be later on put back, when starting the component.

The order in which the components are started is controlled by the dependsOn attribute, similarly to the Deploy workflow.

⚠️

For KubernetesManifest, Helm and GenericComponent it is your entire responsibility to handle what happens when starting/stopping an environment.