Start

Workflow for starting an environment

When starting an Environment, the following occur:

  • all components ofkind Helm, KubernetesManifest, GenericComponent are started by running their defined scripts / commands from the start attribute of each.
  • the number ofreplicas for Docker-compose components is set to the value before stopping for each ofDeployments
    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.