Pipeline: Why tekton?

Created on 4 Jun 2019  路  5Comments  路  Source: tektoncd/pipeline

reference:
https://github.com/tektoncd/pipeline/issues/907#issuecomment-498368697

Hi @bobcatfish
With Argo CI you can specify workflows with steps (like pipelines), also different gateways exist (rest, amqp..etc) to trigger workflows (pipelines), build steps are executed in containers. Possible to handle input/output in/between steps with different artifacts like git etc...

Hard to see the differences between Argo and Tekton (except that Tekton being part of the cd foundation)!

Q:

  • What will Tekton solve which are not already included in Argo CI & CD ?

Most helpful comment

Aside of the technical differentiations, having different implementations is generally what drives innovations among OpenSource projects and I believe having multiple of them is healthy for Kubernetes and for argo and tekton,

All 5 comments

@emichaf it would have been possible to comment on the closed issue and we would have re-opened it :angel:

Tekton provides pieces that can be used by other CI/CD solutions, such as Jenkins X.

Aside of the technical differentiations, having different implementations is generally what drives innovations among OpenSource projects and I believe having multiple of them is healthy for Kubernetes and for argo and tekton,

Thanks for your answers, I will test/evaluate Tekton the coming weeks!

Thanks for the questions @emichaf !! :D

Was this page helpful?
0 / 5 - 0 ratings