DEV Community

Discussion on: Zero To Kubernetes

Collapse
 
eucariop profile image
Eucario Padró

I see interesting CI components. ArgoCD or Jenkins?

Collapse
 
habereder profile image
Raphael Habereder • Edited

For now I only have

  • tekton
  • concourse
  • rio (not functional as of yet)

Argo:
Definitely on the list and probably in one of my PoC branches :D

Drone:
I liked drone at first glance too, so I'll take a look at that one too.

Jenkins2:
Could be done too, though I am not quite sure how to provision everything for k8s deployments smoothly without the user having to do a lot of things by hand. It should be automated as much as possible and the Jenkins groovy API doesn't really help much in that regard :D

JenkinsX:
Is pretty much 90% tekton, so I think I'll leave that out for now, until they add something that you can't get with vanilla tekton.

You got ideas for other cool tools, or miss something? Feel free to ask :)

Collapse
 
habereder profile image
Raphael Habereder • Edited

Yep, ArgoCD was there, sleeping in a PoC Branch.
So I finished integrating it yesterday evening, if you want to have a go at it, feel free :D

Though I don't have a sample pipeline ready for it, that will follow as soon as I get the time to play with Argo a little.