Camptocamp’s DevOps stack

github

This repository contains the reference implementation of Camptocamp’s Infrastructure Solutions & Services department.

Architecture of the Camptocamp DevOps Stack

Run an example

$ git clone https://github.com/camptocamp/camptocamp-devops-stack.git
$ cd camptocamp-devops-stack/examples/k3s-docker-demo-app

Run the stack

Launch a demo cluster

Just run :

$ make

It will:

  • spawn a K3s cluster on your workstation using Docker

  • deploy ArgoCD in the cluster

  • deploy the App of Apps that manages ArgoCD and itself.

  • deploy a demo Application

Destroy a cluster

Just run :

$ make clean