Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.22 KB

Refleqt/Gluo - Continuous Deployment Workshop

In this workshop you will use GitLab to setup a CI/CD pipeline that will continuously deploy an application, the Crap App.

The pipeline will look like this:

GitLab pipeline

The pipeline consists of the following stages:

  1. Running unit tests
  2. Building our Docker image
  3. Deploying our Docker image to our test environment (Kubernetes)
  4. Running UI tests
  5. Deploying our Docker images (same as in step 3) to our prod environment (Kubernetes)

Everbody will get 2 environments (test and production), these environments are running a large Kubernetes clusters. These environments will be accessible using the following URLs:

Be default both these environments should show the following page:

GitLab pipeline

Labs

People

More info