Hacker News new | ask | show | jobs
by HiLo 3816 days ago
What would be the infrastructure this time? Instacart drivers at the ready...? The whole ecosystem that's been pushed seems to be being pushed precisely because there's no infrastructure involved, leading to the asymmetric cost structures so championed by PG/YC.
2 comments

The whole devops toolchain really came of age in this bubble. The same stuff you used to build yet another instagram clone can be used for a medical analytics startup. It's how things have always been in tech. Yesterday's toys become tomorrow's tools.
I suppose cloud computing infrastructure investment would be one.=
I'd say it's even better than that. At my last company we used our own hardware, but we still benefited from Docker, Consul, Chef, graphana, etc. There's a lot there that is cloud-agnostic.

For example, service discovery is still service discovery. You still have, say, a hundred machines running the listeners API. Are you going to keep a manual tally of that? Or better to just start consul client from the ansible/chef provisioner, and let "dns" handle the load balancing. You can implement "connection draining" by downing the health check url before going offline on a node. Just one example, but yea, there's a lot of ease and maturity in the new services way of doing things now.