Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonât spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Source – infoworld.com
If youâre still puzzled about devops, allow me to make a recommendation: Read The Devops Handbook by Gene Kim, Jez Humble, Patrick Debois, and John Willis. Itâs a beautifully crafted, no-nonsense book that is filled with case studies and actionable advice intended to help you boost productivity by magnitudes.
The Handbook is not structured the way you might expect. Only one section is devoted to what the authors call âthe technical practices of flowâ from development to operations, otherwise known as continuous delivery. The other sections address gathering and incorporating feedback from application monitoring â and, more important, building continual learning and experimentation into your culture. Security and compliance get their due as well.
This accurately reflects the breadth of the devops trend. As the authors say, âDevops is transformational to how we perform technology work, just as Lean forever transformed how manufacturing work was performed in the 1980s ⌠devops is not just a technology imperative, but an organizational imperative.â Another way of putting it is that devops is the engine of digital transformation, the catchall trend that is supposed to yield a modern, agile enterprise.
Devops in the trenches
That being said, most technical people want to hear about the details of continuous delivery, because itâs impossible to achieve devops productivity gains without automation and improved workflows. I recently spoke with Armon Dadgar, co-founder of Hashicorp, which is famous for its Vagrant software to create portable development environments. He breaks devops into seven essential elements: build, test, package, provision, secure, deploy, and monitor.
You might notice that youâd need those very same elements in the waterfall method. So how is this devops? He says, âThe goal of devops is to parallelize as much of this as possible. These seven steps are necessary and sufficient, but they donât have to be done sequentially.â
In decoupled fashion, operations handles provisioning and deployment; security pros lock down the environment(s) in which applications will run; and developers build, test, and package the applications. Dadgar also says developers should be responsible for application monitoring to fulfill a key tenet of devops â that is, developers should maintain responsibility for applications in production, rather than throwing them over the transom for ops to deal with.
In particular, Dadgar sees the provisioning element as a key sticking point, the newly complex lifecycle which is helping drive devops adoption:
When we were at our bare metal, vSphere-only world it was a relatively simple problem. You open the UI of vSphere; you click around, all of this done manually by hand in VMware. As you balloon out into this world where I have five different SaaS providers and PaaS over in the corner and hybrid IaaS and bare metal, this problem all of a sudden isnât just vSphereâs UI.
How do you provision and manage that complexity, especially as these things interact with each other? Itâs not that my web server is totally divorced from my cache and my database and my frontend load balancer. Theyâre all tightly related in a complex way. As you get more and more outsourced, itâs like, great, Iâm going to run my web server and Iâm going to use Amazonâs database and Iâm going to use DynDNS and CloudFlare in front of that. Now Iâm managing lifecycle across resources of totally different vendors.
To enable a parallel workflow in this new heterogeneous world, rather than recreate more complex waterfall with Jira tickets flying everywhere, Dadgar suggests that we âdisintermediate all of our work with software.â Hashicorp has its own set of tools for all seven elements â Terraform handles provisioning â but theyâre designed to be mixed and matched with tools customers may already have in place.
Despite the fact that he co-founded Hashicorp, Dadgar believes that âDevops is more process than it is tools. I think thatâs what gets missed in the way itâs represented. Thereâs a fixation on tools because tools are easy. Itâs hard to change organizational process.â
The realistic view
Any popular IT trend eventually becomes the subject of ridicule. Devops has already been derided for putting too much of a burden on developers, for raising unrealistic expectations about dev and ops finally getting along, and so on.
When you get down to it, devops is more philosophy than methodology. Its success depends on the organizational culture and the people involved more than tooling or step-by-step recipes. A particularly telling passage from The Devops Handbook puts it this way:
We have a dirty secret to reveal. In many of our case studies, following the achievement of the breakthrough results presented, many of the change agents were promoted â but, in some cases, there was a later change in leadership which resulted in many of the people involved leaving, accompanied by a rollback of the organizational changes they had created.
Such is the nature of IT and organizations in general. Whether itâs lean manufacturing or devops, when done right the benefits can be phenomenal. But it takes leadership and a willingness to take risks and shake things up â and a sustained commitment for those changes to persist.
As Gene Kim noted at last Novemberâs Devops Enterprise Conference, there are roughly eight million developers and eight million ops people on the planet â and at best 2 to 5 percent of that population may be using devops principles and practices. To Kim, given the huge productivity potential of devops, that sounds like trillions of dollars of value as yet unclaimed. He may be right.