Start

Workflow for starting an environment

When starting an Environment, the following occur:

  • the number of replicas for Docker-compose components is set to the value before stopping for each of Deployemnts
    Important: The number of replicas is preserved at Stop so it can be later on put back, when starting the component.

🚧

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

📘

Similarly to the Deploy workflow, start scripts are ran in sequence for components of kind Helm, KubernetesManifest, GenericComponent, and at the end for all Docker-compose components at once.