Getting started with DevOps! ๐
Who am I
~/ whoami
Hey there, my name is Dana! ๐ฉ๐ปโ๐ป
Iโm not going to bore you right now and we will get straight to the point!
I suppose you want to know / understand / learn things that DevOps guys and girls do; from my experience so far I can tell you that every company understands DevOps differently โ some will say that DevOps is automation, some will say itโs development and others will say itโs sys-admining โฆ boy if I would ask my grandma she would think it is something or someone that cleans chimneys.
Where to start:
Operating systems ๐ป
I donโt care who you are or what you do, you must understand how operating systems work (Linux, Windows even MacOs). Everything that you do, sits on an operating system.
The golden rule, atleast in Linux, is that everything is a file! Start exploring from there.
Networking ๐
Once you got to event understand why operating systems exist, you must understand what a network does. Or how a grandma might describe it: a bird nest = network, the bird = your computer that has an operating system, therefore your computer with an operating system sits in a network.
Scripting and programming ๐พ
Your operating system doesnโt understand โgo fetch me some infosโ, itโs not a dog, you need to communicate with him using commands like โechoโ , โsudo aptโ or โwhoamiโ โ I ask myself every day.
Cloud or virtual machines โ๏ธ
From here things get funky. What you should know is that these are your bread and butter.
They are not something magical in the clouds, these are just simple servers(or baremetals) that someone else(preferably) hosts for you.
Stay close, I will teach you how to look for things and how to not die when things get nasty.
Comments