#LearningDevops - Day 1

Today i started this challenge of learning devops. I got an inspiration from 90DaysDevops Challenge. As part of this i will be journaling my studies under #LearningDevops.
What is Devops ?
Before 2007, for software development there will be two different teams. One is the development team and the other Operations team.
The development team is the one who develops the feature based on the requirement and the operations team will be deploying the code and share the feedback back to the development team.
This was a tedious process, because the deployment of the code in different servers will take some time and it may prone to human errors.
So there were lot of meetups happened between developers to resolve this. These conferences were called as DevOpsDays. During those meetings, they usually reverse engineer how the big companies is handling multiple deployments in a same day. As the days goes by, they were introduced with the tool puppet, which was taken by Google.
Since twitter was popular at that time and it had a character restriction of 140 characters, the DevopsDay is changes to DevOps.
The devops is comprises of 5 pillars,
Cloud
Infrastructure as Code
CI/CD
Containerization
Observability
I hope during this learning period i will be covering these topics deeply.
References:






