Skip to content

Latest commit

 

History

History
78 lines (36 loc) · 1.4 KB

File metadata and controls

78 lines (36 loc) · 1.4 KB

DevOps

[TOC]

how_company_ship_code_to_production

DevOps

KPI

Here are three key DevOps KPIs:

  1. Deployment Frequency (DF)
  2. Mean Time to Recovery (MTTR)
  3. Change Failure Rate (CFR)

Infrastructure as Code(IaC)

infrastructure_as_code

Infrastructure as Code(IaC) is a method of managing and provisioning IT infrastructure using code, rather than manual configuration.

Benefit:

  • Consistency: Same configuration every time, reducing errors.
  • Automation: Fast setup and tear-down of environments.
  • Scalability: Easily scale infrastructure up or down with code.
  • Versioning: Track and roll back changes using Git or other version control.

Cloud Native

cloud_native

Cloud Native Anti Patterns

cloud_native_anti_patterns

Docker

docker_workflow

Kubernetes

what_is_k8s

Service Type

k8s_service_type

Tools Ecosystem

k8s_tools_ecosystem

Summary

Docker vs K8s

docker_vs_k8s

DevOps vs NoOps

dev_ops_vs_no_ops

Reference

[1] System Design CheatSheet for Interview