[UPDATE] add description for #33 #19 #37 #42

updated: Packer and Terraform
added: Vault, EKS and Concourse CI
This commit is contained in:
michael.sandritter
2020-01-15 14:56:34 +01:00
parent 9322394999
commit c1db9ea0b7
5 changed files with 54 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
---
title: "Concourse"
ring: trial
quadrant: tools
---
[Concourse](https://concourse-ci.org/) is an open-source continuous "thing-doer". It represents a general approach for automation which can be used for Continuous Integration and Continuous Delivery. Concourse CI follows a strict concept that is based on idempotency, immutability, declarative config, stateless workers, and reproducible builds. Pipelines are built on the mechanics of resources, tasks and jobs, which are all configured in one or multiple YAML files.
Concourse claims to be "simple" but has a steep learning curve in the beginning till it gets simple to use.
Concourse is used in the Congstar Team to automate infrastructure deployments.