Skip to content

Commit 0adcbe4

Browse files
authored
expanded
1 parent 1f1ae88 commit 0adcbe4

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

DevOps/README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ Last updated: 2025-07-11
99

1010
----------
1111

12-
> Has his roots in agile and iterative
12+
> DevOps is rooted in agile and iterative methodologies, bridging the gap between development (code) and operations (systems). It emphasizes collaboration, automation, and continuous improvement to deliver value quickly and reliably.
13+
14+
`DevOps = Code + Systems + Culture`
1315

14-
`
15-
Code + systems
16-
`
1716

1817
<details>
1918
<summary><b>List of References </b> (Click to expand)</summary>
@@ -43,19 +42,23 @@ Code + systems
4342
<img width="800" alt="image" src="https://github.com/brown9804/SDLC-Cloud_Lpath/assets/24630902/4d320096-70de-4091-8505-281c19ff71eb">
4443

4544
## CAMS
46-
- Culture
47-
- Automation
48-
- Measurement
49-
- Sharing
5045

51-
*More feedback loops
46+
> The CAMS framework underpins DevOps culture:
47+
48+
- Culture: Fosters trust, collaboration, and shared responsibility.
49+
- Automation: Eliminates manual and repetitive tasks, increasing speed and reliability. (e.g., Azure Pipelines, GitHub Actions)
50+
- Measurement: Data-driven decision-making through monitoring and KPIs. (e.g., Azure Monitor, Application Insights)
51+
- Sharing: Open communication and knowledge transfer.
52+
53+
> Feedback loops are essential at every stage.
5254
5355
Considering:
56+
5457
1. People, process, tools
55-
2. Continuous delivery coding, testing small parts
56-
3. Lean management feedback loops, visualization
57-
4. Change control
58-
5. infrastructure code - checked into source control
58+
2. Continuous delivery: frequent coding, testing, and deployment of small changes
59+
3. Lean management: visualizing and optimizing feedback loops
60+
4. Change control
61+
5. Infrastructure as code (IaC): All infra (e.g., ARM Templates, Bicep, Terraform for Azure) tracked in source control
5962

6063
## Practices
6164
1. Uncident command system

0 commit comments

Comments
 (0)