Hacker News new | ask | show | jobs
by colesantiago 779 days ago
unfortunately, many (like me) don't have time for going down k8s rabbit holes, we just want to get back building features.

push heroku, done, get back to other things.

2 comments

It would be nice if there were a packaging system (or maybe just a github action?) that got you a k8s with ingress to some pods that were just updated on merge to a main branch.
Yeah, I looked a bit now. It seems there are some serious attempts at this.

Like:

- https://www.cloudfoundry.org/technology/korifi/

- https://kubevela.io/

- https://www.crossplane.io/

Not sure if all of them are relevant and on first glance they all seem significantly harder to pick up than something like Heroku.

Found them through this reddit thread: https://www.reddit.com/r/kubernetes/comments/m8r5py/looking_...

Yes, I'm going down the rabbit hole so that I hopefully don't have to muck around so much down there in the future. I would love to find a k8s configuration that allows me to then focus on the application code. Push code to git and trust that my configuration takes care of the rest.