(Only slightly kidding. Feels like nobody really wants to operate hardware these days so it’s all outsourced. The idea of paying for TiB memory VMs is insane!)
Still cheaper than hiring more developers, it is hard to make the business case for more robust software when outsourcing everything to AWS and throwing RAM at the problem is more cost effective than hiring bodies.
Sorry this is the k8s train, anything less than 1GB of ram is lightweight, anything less than 768MB is featherweight and anything lower than 512MB doesn't exist.
Do you need all of that for a software run on a Raspberry Pi (as article suggests) or similar embedded devices? I think just one application binary should be enough.
I remember trying k3s and microk8s on an old laptop with a dual core i3-2530m a few years ago. The beast was eating at least 20% cpu on a fresh install without any containers running. I gave up and used docker swarm instead. Now i'd probaby try nomad, seems much saner
The more I dive into this rabbit hole of complexity, the more I enjoy running things on a JVM and an application server.
I get HW/SW decoupling, platform independence, standardization, predictable technical debt and clustering at a fraction of the complexity.
I suspect the overall resource efficiency is way higher too.
13 comments
[ 2.6 ms ] story [ 44.0 ms ] threadshrugs
(Only slightly kidding. Feels like nobody really wants to operate hardware these days so it’s all outsourced. The idea of paying for TiB memory VMs is insane!)
Must have:
- Some form of networking (duh)
- Distributed state
- Distributed message queue (simple)
- Distributed scheduler
- Logging
Out of scope:
- Authorization/Authentication/Encryption
- REST/JSON/SSL/Web
what is popular for lightweight distributed message queue?
what is popular for lightweight distributed scheduler? is cron.. "distributed"?
I get HW/SW decoupling, platform independence, standardization, predictable technical debt and clustering at a fraction of the complexity. I suspect the overall resource efficiency is way higher too.