Earlier quoted context omitted.
Where?
- "Let's put the Dev and Ops back into DevOps." - "Simplenetes doesn't go there because that is when DevOps becomes MagicOps." - " You enjoy the simple things in life."
Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
101–110 of 159 posts
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#102Earlier quoted context omitted.
Thank you for noticing! :) Yeah, this represent a few months of full time work.
So you’ve worked on it for like a 1000 hours and shared it for free? How can you afford this?
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#103Earlier quoted context omitted.
First time I'm hearing of space also. It looks quite impressive, surprised to see no stars
Thanks! We just moved Space.sh from GitLab to GitHub (hurts in my heart, but yeah community is on GitHub). Also we are lousy at promoting our stuff, maybe April 1st is not the best day to do this either...
Wut?
Are you a Space.sh project member, or FSF functionary?
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#104This is ~17k lines of shell scripting and claims to be "simple". Kuberentes is probably ~1m lines of Go. I'm not entirely convinced that this is less complex (simpler) than Kubernetes. There are many factors in complexity, but a big one for me is what I have to hold in my head – global state. From any given point, what do I need to understand to know what's actually going on. For Go, this is actually comparatively li…
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#10517k lines is a lot of shell... but... it bypasses all the complexity of heavyweight scripting languages, bash is a lightweight interpreter that is always there and just works and i bet it's fast. this is a cool idea. next up, somebody will modernize daemontools for the container/cluster era...
i must say though, i'm not sure how i feel about a shell script "daemon"...
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#10617k lines is a lot of shell... but... it bypasses all the complexity of heavyweight scripting languages, bash is a lightweight interpreter that is always there and just works and i bet it's fast. this is a cool idea. next up, somebody will modernize daemontools for the container/cluster era...
i must say though, i'm not sure how i feel about a shell script "daemon"...
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#107Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#108The amount of vitriol in this comments section is astonishing. Can we not share fun projects without the professional Kubernetes experts thumbing their noses? At the very least, it does seem now like the complexity of K8s’s code base is a point of very thin skin for the community.
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#109Kubernetes might follow the sad path of spring. Perfect, complete and too complex. For big and great applications, spring if the obvious choice. It makes incredible complex and difficult things easy. But, unfortunately, makes simple and quick applications incredible complex and difficult.
Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script
#110 - No magic involved
says the one with a single file 13k LoC shell script.