What is DevOps?

DevOps is not job title, software, process or methodology. It is a management philosophy
A healthy culture of organization’s Dev and Ops guys to cooperate with each other.

DevOps is talking about many aspects of Development and Operations processes while trying to optimize the engineering organization for growth and infrastructure for scale.

devops - www.automationtalks.com

DevOps culture is talking about:

  1. Engineers empowerment – by giving engineers more responsibility over the whole application lifecycle process. (dev -> test -> deploy -> monitor -> be on call)
  2. Test Driven Development – write tests before you write code. Unit tests, integration tests, system tests. This will help increase the quality of your service and give you more confidence to release faster and more frequent.
  3. Automation – automate everything that can be automated. Test automation, infrastructure automation (infrastructure as a code), deployment automation, etc..
  4. Monitoring – monitor your apps, build monitoring alerts well. It should save your time, don’t flood with metrics and alerts.
  5. Self service – provide a self service for any framework that you build or anything that you do. Don’t be a bottleneck.
  6. People – but most importantly its talking about people culture that should be open minded, transparent, egoless, professional, with “can do” attitude.
So how has DevOps manifested itself in companies today? The most common things you will see, though not exclusively, are:
  • Agile software development
  • Continuous integration/deployment
  • Virtualized or containerized infrastructure/resources
  • Continuous penetration testing and vulnerability monitoring
  • Service oriented architectures and/or micro services
  • System and process performance monitoring
These in themselves are not DevOps. These are methodologies, tools, frameworks, design patterns that are used to achieve the DevOps philosophy.

Hope you would have got basic idea of DevOps with this now.
Your Comments & Suggestions are welcome

Leave Comment

Your email address will not be published. Required fields are marked *

Looking for learning Framework Development from Scratch? Lookout for Detailed Framework Development videos on YouTube here -

https://www.youtube.com/automationtalks

Get the Framework code at Github Repo: https://github.com/prakashnarkhede?tab=repositories