The Big DevOps Misunderstanding

submited by
Style Pass
2021-06-11 07:30:05

Back then IaaS and PaaS matured and allowed developers to deploy their applications by themself. So they do not have to “throw” their application code over the fence to the ops department anymore. Instead, software engineers were enabled to deploy applications to production by themselves.

At some point in time, this idea h as been so widely misunderstood that the wrong definition of DevOps became the right one. We now have special roles or departments which write “infrastructure as code” or “pipeline as code” to deploy applications.

In my opinion, this is not DevOps but an evolution of simple system operations (SysOps). Why? Because writing the application and bringing it into prod is still done by different roles or departments.

This trend is also supported by Kubernetes as this is a technology which is hard to master. So people start splitting up responsibilities again. One part of the team developing the application the other part of the team managing the infrastructure.

Leave a Comment