Getting Started
There are a ton of things that I had to learn on my own or on the job from resources that I found online. These are some links and guidance that I used when I was starting out, and continue to use as I grow. My hope is that someone who wants to get into this line of work will find this and learn some things they don’t know that will bring value to their career.
The job boils down to installing code (that you or another person wrote), setting the correct variables (either through configuration files or environment variables) and then running that code (with systemd, kubernetes, etc). The more you know about how computers execute the code you’re trying to run, the better you will be able to troubleshoot and fix complex problems.