Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.24 KB

Concept.md

File metadata and controls

38 lines (25 loc) · 2.24 KB

Project Concept

This concept describes the connection and life cycle between a hosted platform and a local system to achieve an automated local deployment.

Requirements

The deployment of the server+app must happen locally on a system, capable of running multiple container instances. However, the build artefacts are stored on a hosted platform.
After the initial deployment, the deployed code must remain updatable and the containers can be scaled at will (within the limits of the host system).

The hosted platform must offer a list of features to enable local deployments, such as but not only: repositories, actions, container registries and local agents/runners.

Environments

  • K8s namespace production and staging

Life Cycle

(Visualization of the entire life cycle below)

The local system must allocate a local kubernetes (VM) of sorts with basic access to the cluster. Initially a CLI command to start the local kubernetes (VM) is required to run once.

The CI/CD pipeline will be automatically triggered by a Git commit to the main branch on the hosted repository. The local agent/runner on the same system will then access the local kubernetes whenever one of its action is being executed.

Life cycle

Technologies & Platforms