But why???
Show HN: Kubernates in Node.js
41–50 of 71 posts
Re: Show HN: Kubernates in Node.js
#42This seems like a small CRUD app to replace apiserver/etcd with a nodejs app and mongodb.
Re: Show HN: Kubernates in Node.js
#43Re: Show HN: Kubernates in Node.js
#44Earlier quoted context omitted.
Docker Swarm mode has been in maintenance mode for at least 5 years now. It's way to late to bet the house on a product that exists pretty much to support people that have bet on it, not to completely pull the rug under their feet. I introduced Docker Swarm at work in 2018 and already there were rumours that since Kubernetes had won it was just a matter of time until Docker Swarm was fully abandoned.
What's strange is Docker Compose is very slowly resurging. I almost feel like that with a few more primitves (e.g. nodes with tags) and you'd have a much simpler Kubernetes. Which a lot of people might like.
How likely do you think the introduction of a nodes primitive is given this?
I can see it if it were a strict opt in addition but it feels like it also fundamentally expands the scope of what the tool is.
Re: Show HN: Kubernates in Node.js
#45Why MongoDB?
Re: Show HN: Kubernates in Node.js
#46[flagged]
Re: Show HN: Kubernates in Node.js
#47I would really welcome more experimentation in the cluster process management space. Right now it's Kubernetes, Nomad, or solutions embedded into applications (e.g. cephadm). It's a shame that this is an exact copy in a different language. Kubernetes is nice but I can't wait to see what the next generation of tools will look like.
Maybe in the future I will create something that could be a competitor.
Re: Show HN: Kubernates in Node.js
#48I would really welcome more experimentation in the cluster process management space. Right now it's Kubernetes, Nomad, or solutions embedded into applications (e.g. cephadm). It's a shame that this is an exact copy in a different language. Kubernetes is nice but I can't wait to see what the next generation of tools will look like.
Not to be audacious, but I’m working on a post and will HN Show it, soon. It’s called “lattice”, and it’s a software architecture with similar intentions as Kubernetes, but a vanilla approach that leans into existing frameworks instead of inventing things from scratch
Re: Show HN: Kubernates in Node.js
#49depending on what, exactly "bash commands don't work" https://github.com/Megapixel99/nodejs-k8s/blob/master/functi... > is talking about, but a thing that bites A LOT of folks when dealing with command: [] (and its args:[] friend) is that they are exec style, not "sh -c" style as one might experience with a Dockerfile RUN command. I think Dockerfile's RUN [""] syntax is also exec style, but I don't use it much becaus…
Regardless, thank you for the feedback.