Linux Academy is how I went from dude working at a call center for an insurance company to Linux SysAdmin/AWS SA interviewing for jobs at Fortune 500 companies and Amazon.
There's nothing like hands-on experience. Go set up a VM, and read the digital ocean docs. They're some of the best resources out there. Go start reading the arch linux wiki, that has some nice information on configuring services. Look into docker and investigate it. Think about how these things are put together. Understand business needs and how things fit together to make money.
Seconded, LA, while not perfect, is probably your best online learning path.
Or, even better, find a server/hosting company/datacenter, and insist on interning/working for free/peanuts as a NOC Tech. You'll learn all the SA/networking/Linux/DNS etc fundamentals for sure, and it's a great foot in the door into the tech industry. If you're half way decent, you'll move up the chain quickly.
Fully agree. I mainly learned by doing the latter route (started as a NOC Tech). If LA had existed then, it definitely would have been a nice compliment.
I like the mindset of people wanting to learn SA/fundamentals though. Far too many are skipping the needful whilst diving straight to cloud/serverless.
- The PagerDuty Incident Response Documentation is also free online.
- OpsGenie has a free plan also with incident response alerting and on-call management.
There are a number of awesome-devops lists.
Minikube and microk8s package Kubernetes into a nice bundle of distributed systems components that'll run on Lin, Mac, Win. You can convert docker-compose.yml configs to Kubernetes pods when you decide that it should've been HA with a load balancer SPOF and x.509 certs and a DRP (Disaster Recovery Plan) from the start!