> For the complete documentation index, see [llms.txt](https://devops.sentianse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devops.sentianse.com/notes/what-is-devops.md).

# What is DevOps

This is a question I get asked regularly. It always leads to an interesting discussion, because it is not a rigorously defined term. What prompted this post is an answer that I posted on LinkedIn to for that exact question: I realized I should gather some thoughts on the topic here.&#x20;

DevOps is primarily about bringing Operations and Development closer to accelerate delivery and deployment of computer applications. This is achieved by:&#x20;

1. coding configuration of infrastructure, and of delivery and deployment processes;&#x20;
2. using a common set of tools in Ops and Dev;&#x20;
3. using runtime environments in Dev that are representative of those in Ops;
4. aiming for immutability, idempotency, repeatability, and replicability of infrastructure and runtime environments.

Some devops enthusiasts add to the above that DevOps must be achieved via one team that does both Dev and Ops. I don't agree that it is a must: for one thing, I have only seen this work in small, early stage development projects. Mostly because DevOps tends to make use of a rather large set of specialized tools, certainly more as the system gets larger, and at some point it becomes impossible for everyone on a team to stay comfortable with all the aspects I mentioned above. Inevitably, some specialization and focus occurs for each member of the team.&#x20;

What is critical is that the devops team communicate with -- and work closely with -- all the dev teams, and enable them as much as possible to manage their own development environments, and to help them make their application deployments as close as feasible to the production deployments. &#x20;

DevOps is not system and/or network administration or Operations: these roles have a very different focus, namely administration of machines (physical or virtual), networks, and client-facing application, respectively.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://devops.sentianse.com/notes/what-is-devops.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
