Hacker News new | ask | show | jobs
by caldito 1677 days ago
I'm building a GitOps operator for Kubernetes focused on simplicity. It is functional and you can check the project on GitHub: https://github.com/caldito/soup

Also, you can see here a demo of it: https://asciinema.org/a/439238

It uses SSA (https://kubernetes.io/docs/reference/using-api/server-side-a...) to perform the deployment and has other cool features.

Let me know what you think, hope you find it interesting/useful :)

1 comments

This looks really interesting, thank for open sourcing and sharing it!

Are there any plans or interest in adding helm/ksonnet support? It would be really nice having the ability to define different values files based on the branch same way you deal with the namespace selection.

I’m currently using flux for my personal clusters but I’m not a fan of their v2 as it gets a bit complicated for most my usecases and soup seems like a good fit so I’d love to give it a shot. Nice opportunity to look into ssa as wel.