Hacker News new | ask | show | jobs
by bogomipz 2269 days ago
Wow, nice work. How long did it take you to write this?

I see that you are using the Cluster API which is currently v1alpha1. I would be curious to hear your thoughts on the state of this and how it has been to work with so far. It looks like you use Kind to bootstrap everything is that correct?

2 comments

FYI Cluster API is now at v1alpha3!

Quickstart now has 7 target provider examples: https://cluster-api.sigs.k8s.io/user/quick-start.html

Thanks, it's been a while since I checked in on it. Good news. Cheers.
Thanks a lot! This version has been the work of two months in my spare time (it's true that with confinement I had some full weekends to spare!).

I'm not using Cluster API, but the oneinfra's defined set of API's, that are reduced in purpose, to reduce the complexity of spawning new clusters. Let me know if something doesn't click, I can help!

Sorry yes I saw the folder name under the apis folder and failed to look closer. Did you consider using the Cluster API and felt that it added too much complexity then? Looking forward to trying this out.
I wanted a different approach for this project when I started it, so what I knew was that I wanted to create a very narrow scoped Kubernetes as a service, that users can run on their infrastructure as easily as possible.

One thing that I knew oneinfra wouldn't do, funnily enough, was to create or manage infrastructure itself.