DEV Community

Discussion on: Building a simple CI/CD pipeline for local testing using Go, Docker, Minikube and a Bash script

Collapse
 
giladsh1 profile image
Gilad Sharaby

Thanks for the hard work you've put into this post.

There are several very popular open source tools for this problem.

look into this post -
medium.com/containers-101/the-ulti...

my personal favourite is skaffold, which has all of these features built-in and a lot more...
good luck

Collapse
 
cishiv profile image
Shivan Moodley • Edited

I actually drew some inspiration from similar tools - they're really cool and allow for far more customization. This was more an exercise in 'seeing if I could do it'. Thanks for reading!