Questions tagged [operating-model]

An Operating Model is part of a business model that defines how a business will operate, the future state is commonly referred to as a Target Operating Model as it is normal for an organisation to be transitioning towards a new operating model. Use this tag to describe questions that ask questions about as-is or target operating models.

According to Ashridge:

An operating model is the operational design that makes it possible to deliver the business strategy. [The] operational design follows strategy, but the relationship also works the other way around, which means that ideas for operating model improvements can lead to changes in business strategy.

Operating Models are often defined in terms of different aspects of a plan, one of the following patterns are commonly followed when designing Operating Models:

  • 3 Ps - people, process and products (sometimes also "partners")
  • POT - process, organisation and technology
  • POLISM - processes, organisation, locations, information, sourcing and partners, management system

Further Reading

8 questions
20
votes
4 answers

What processes or tools enable Segregation of Duties when engineers both deploy and run code?

In highly regulated environments, such as the Financial Services sector, Segregation of Duties is an essential mechanism for avoiding collision amongst individuals with development responsibilities and production privileges. Traditionally this has…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
15
votes
1 answer

What is the difference between the traditional Development and Operations Model and Site Reliability Engineering?

"SRE is what happens when you ask a software engineer to design an operations team." – Site Reliability Engineering Since Google's Site Reliability Engineering Book was released, on more than one occasion I have been told that SRE is an extension…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
9
votes
4 answers

Pros/cons of discontinuing a DevOps workflow?

I'm trying to evaluate whether or not it is a good idea to move away from a devops-style workflow to the traditional dev-then-ops (not sure what you call that). We are a small 5 person department tucked away within a 4000 employee traditional media…
doub1ejack
  • 207
  • 1
  • 3
7
votes
3 answers

What do businesses that employ multiple development teams use to implement DevOps in a structured manner?

Adding DevOps practices to a single development team is a relatively simple proposition as it usually comes down to introducing either people to the team to build up a DevOps, Release Engineering or Platform Engineering capability within an…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
5
votes
1 answer

What processes enable software vendor/supplier management in a DevOps way of working?

Within a traditional separate Development and Operations organisations, procedures and processes are put in place to ensure that relationships between software vendors and suppliers are maintained. These relationships exist so that when for example…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
4
votes
2 answers

What 'ChatOps' books and resources are available?

We have defined what ChatOps is in the form of the following question: What are ChatOps approach use cases of production infrastructure management?: Practically it means something very different to each team using it. So much so that Atlassian…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
0
votes
4 answers

is there a standard or common approach to defining Service Level Indicators?

I've come to the point where I am starting to adopt principles from Site Reliability Engineering to operate Cloud Native applications in a modern way. From my reading to date, I have established that one of the core practices is monitoring. The way…
Richard Slater
  • 11,747
  • 7
  • 43
  • 82
-1
votes
2 answers

Is CaaS a thing?

I often come across charts of application hosting models with a sorting similar to this one: Dedicated → IaaS → CaaS → FaaS → PaaS → SaaS IaaS as machine + operating system FaaS as machine + operating system + servers PaaS as machine + operating…