Ask HN: How did you learn Cloud Mastery and System Administration
I've been a fullstack developer for a while, using backend services like Vercel, Resend, Supabase... However, working on large apps in terms of users, the costs of these services have become too much for me.
I'm now looking to train myself with cloud structures like AWS or OVH, containerize my apps with Docker, make them scalable with Kubernetes... However, this is complicated because I can't figure out where to learn.
For those who are good in these areas, I was wondering, where did you learn?? Any particular books? YouTube videos? Online courses?...
7 comments
[ 3.4 ms ] story [ 23.9 ms ] threadAWS isn't actually that great for most users, I mean how many of you are actually going to need overnight scaling to x thousand servers? Probably bugger all. But folks sure do like paying the premium for it!
In the end, I'm not going to waste my time trying to save pennies... However, for other AI services, it's rather interesting because $5/hours for an A100 on Replicate is exorbitant.
If you are a developer, you will (likely/hopefully) not be managing Kubernetes clusters anyway, so you don't need to know all the plumbing. Same thing goes for AWS or Azure or whatever, your $CURRENT_WORKPLACE will (hopefully) have duct tape in place to deploy to these things.
If you want to become a more valuable developer, learn the basics that are true everywhere. Linux is Linux, and Docker is Docker, so start with that, and understand how to tie them into CI (in whatever platform you use).
Being a developer that can actually troubleshoot platform issues is much more valuable than being a developer that knows every single service offered by Amazon.
And if you lack motivation, do what everyone else does: start self hosting.
Rushing straight into AWS to manage my infrastructure wouldn't be reasonable, and I risk being less productive for a worse result... Especially since AWS prices aren't that far off for my cloud services for my site compared to Vercel, it's not urgent.