Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.82 KB

ADR

How to use

export ADR_TEMPLATE=${PWD}/docs/ADR/template/template.md
adr new Implement as Unix shell scripts

Docs

Update

For update ADR we use GIT, so we can get date each updated, and we use a git message for an information team about cases for updated ADR.

Architecture Decision Log (ADL):

  • CI/CD
    • ADR-0001 - Use CI/CD
    • ADR-0016 - Lifecycle deploy
    • ADR-0010 - Docker tips
    • ADR-0028 - Implementing Stage-based Promotion Mechanisms with Kargo for CD in Kubernetes
  • Kubernetes
  • Network
  • Security
    • ADR-0029 - Intrusion Detection System (IDS) and Intrusion Prevention System (IPS) for Kubernetes (k8s)
  • DataBase
    • ADR-0002 - Cache System
    • Postgres
      • ADR-0009 - Postgres tips
      • ADR-0005 - Postgres optimization
      • ADR-0020 - Research Summary and Decision for PostgreSQL Operators: Choosing Crunchy Postgres Operator
      • ADR-0008 - PostgreSQL Scale
    • MongoDB