This directory contains Architecture Decision Records (ADRs) for the Nebari Infrastructure Core project.
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.
| 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 |
- 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)
- Copy the template:
cp template.md NNNN-title-with-dashes.md - Fill in all sections
- Submit a PR for review
- Update the index table above
See template.md for the MADR template.