Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.28 KB

File metadata and controls

33 lines (22 loc) · 1.28 KB

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs) for the Nebari Infrastructure Core project.

What is an ADR?

An ADR is a document that captures an important architectural decision made along with its context and consequences. We use the MADR (Markdown Any Decision Record) format.

ADR Index

ID Title Status Date
ADR-0001 Git Provider for GitOps Bootstrap Proposed 2025-01-21
ADR-0002 Longhorn Distributed Block Storage for AWS Proposed 2026-02-13
ADR-0004 Out-of-Tree Provider Plugin Architecture Proposed 2026-04-15

ADR Statuses

  • Proposed: Under discussion, not yet accepted
  • Accepted: Decision has been made and is active
  • Deprecated: No longer applies, superseded by another decision
  • Superseded: Replaced by a newer ADR (link to replacement)

Creating a New ADR

  1. Copy the template: cp template.md NNNN-title-with-dashes.md
  2. Fill in all sections
  3. Submit a PR for review
  4. Update the index table above

Template

See template.md for the MADR template.