What is devops here again? Is it the The Phoenix Project one on one extreme or system admin for the cloud on the other extreme?
DevOps part one was just "developers and operations working more closely together". It only really required the managers to update the goals of the two specilizations to remove the conflict (developers are rewarded for delivering more, operations are rewarded for stability). Once the research picked up, they started building out a broader picture of what a DevOps organization did and whether those things made them mo…
DevOps uses a capability model, not a maturity model
31–40 of 115 posts
Re: DevOps uses a capability model, not a maturity model
#32What upsets me about devops work is that everything I do at a client is a lineage of architecture and design that needs to be maintained going forward and it only exists at that client. The lineage of interesting or useful things I do are tied to the client and dies with that client or when I leave. I just think of the thousands of CI/CD systems, build systems, attempts at parallelising builds, impressive optimisatio…
Re: DevOps uses a capability model, not a maturity model
#33Re: DevOps uses a capability model, not a maturity model
#34What is devops here again? Is it the The Phoenix Project one on one extreme or system admin for the cloud on the other extreme?
It really is nebulous. My title is DevOps. I do a lot of SysAdmin work, but I also work escalated tickets, write automation and integrations, read the flagship code bases when errors occur, I complain about the flagship code bases when bugs occur, and I file JIRA tickets about the flagship code bases when bugs occur -- but I do not write code for the flagship product. I think that is a key.
Basically you clean up after big-shot devs, got it.
Re: DevOps uses a capability model, not a maturity model
#35Earlier quoted context omitted.
Surely Github workflows https://github.com/actions/starter-workflows or Gitlab templates is the culmination of your devops work? Not Kubernetes (?) unless I missed something. The rewarding thing for me is applying this and other sensible defaults like observing iteration speed and driving delivery..
I'm imagining something similar to a 3D wireframe model of networks and systems, with particles that move around between nodes that represent requests or IOPS. Circuit breakers, bottlenecks, IOPs, load shedding, traffic behaviours can all be visualised. I'm not sure how you would represent latency with this visualization but that's also important. It more represents throughput. Can also be used to represent human wor…
Re: DevOps uses a capability model, not a maturity model
#36What is devops here again? Is it the The Phoenix Project one on one extreme or system admin for the cloud on the other extreme?
...so, exactly like being a SysAdmin.
Re: DevOps uses a capability model, not a maturity model
#37What is devops here again? Is it the The Phoenix Project one on one extreme or system admin for the cloud on the other extreme?
DevOps part one was just "developers and operations working more closely together". It only really required the managers to update the goals of the two specilizations to remove the conflict (developers are rewarded for delivering more, operations are rewarded for stability). Once the research picked up, they started building out a broader picture of what a DevOps organization did and whether those things made them mo…
Re: DevOps uses a capability model, not a maturity model
#38What is devops here again? Is it the The Phoenix Project one on one extreme or system admin for the cloud on the other extreme?
DevOps part one was just "developers and operations working more closely together". It only really required the managers to update the goals of the two specilizations to remove the conflict (developers are rewarded for delivering more, operations are rewarded for stability). Once the research picked up, they started building out a broader picture of what a DevOps organization did and whether those things made them mo…
Re: DevOps uses a capability model, not a maturity model
#39Re: DevOps uses a capability model, not a maturity model
#40This article is highlighting a problem with badly designed maturity models in general. If you have a good maturity model (e.g. for DevOps one based on DORA metrics) then the capabilities needed to arrive at a higher level can be determined per-org. That solves the real problem. I think the article has a fundamental "AB problem" issue.