DevOps (EN)

Concept

Cultural approach and methodology for unifying development and operations

Architecture

flowchart TD     A[Development] --> B[CI/CD Pipeline]     C[Operations] --> B     B --> D[Automated Tests]     B --> E[Build]     B --> F[Deploy]     F --> G[Production Environment]     G --> H[Monitoring]     H --> A     H --> C 

In Context

  • Typically used together with Agile methodology, Infrastructure as Code, and Microservices
  • Related to: SRE (Site Reliability Engineering), Cloud Computing, Continuous Delivery
  • Example use case: Automated deployment of updates in web applications without downtime
Quelle: AI Generated