Hacker News new | ask | show | jobs
by eysi 1947 days ago
In that case you might also be interested in Garden (https://github.com/garden-io/garden). It's an open source tool made for developing distributed systems / micro services. It abstracts most of the gnarly parts of K8s away and allows you to opt into them as needed. Full disclosure, I am affiliated so apologies for the shameless plug. But figured it might of interest to you.
2 comments

>It abstracts most of the gnarly parts of K8s away

Jesus Christ, it's an abstraction for an abstraction for an abstraction… you get the idea.

Are there any abstractions for Garden, to hide its gnarly parts and operational complexity?

Thanks for the link. I just took a quick look and it seems like you’ve done a nice job tackling a lot of other parts that Dapr hasn’t.
Dapr and Garden are a really great combo. Dapr for dev concerns on k8s and Garden for managing deployments of microservices.