Hacker News new | ask | show | jobs
Creating CI Pipelines with Tekton (Part 2/2) (arthurkoziel.com)
10 points by arthurk 2240 days ago
1 comments

For those of us less familiar with the kubernetes ecosystem, can anyone explain why there's a whole new set of tools for things like CI pipelines? What's wrong with using one of the many existing CI pipelines from the previous decade?
I think a lot of it has to do with scale and the ease at which that scale can be increased (and in some cases monetised). Some of it also has to do with mitigating risk as it's easier to manage what happens in a container as opposed to just letting an agent roam free.

What I really take issue with though is that a lot of the solutions only support a containerised approach, I'd much prefer they start from a general "agent" that can also run containers (et al) rather than hard coupling to one technology.