ncsokas / 100-days-of-code

Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
http://www.100daysofcode.com
0 stars 0 forks source link

CI/CD Choreography with Cartographer #76

Open sync-by-unito[bot] opened 2 months ago

sync-by-unito[bot] commented 2 months ago

New approach to manage CI/CD components: Choreography vs Orchestration.

Orchestration = rigid, with single point of failure choreography paradigm = we have a pool of "resources", each resource has inputs out and outputs, and watches for specific outputs of other resources, which leads to a more composable, scalable approach to CI/CD.

Of course we need tooling to manage this, at a talk at KubeCon (linked below) the presenter talked about Cartographer, it looked cool.

https://www.youtube.com/watch?v=m0FjctG5uxU https://cartographer.sh/

┆Issue is synchronized with this Trello card by Unito