Files
Jonathan Katz e942e06032 Oncall doc update: software updates (#44943)
Oncall documentation update. The diff looks a bit weird so I would
recommend just viewing the whole file.
2026-05-11 16:58:32 -04:00

22 lines
1.1 KiB
Markdown

# Fleet architecture documentation
This directory contains high-level architecture documentation for Fleet.
## Overview
- [High-level architecture](high-level-architecture.md) - Overview of Fleet's architecture
- [Infrastructure](infrastructure.md) - Documentation on Fleet's infrastructure
- [Modular monolith](modular-monolith/README.md) - Fleet's transition to a modular monolith with bounded contexts
## Product group architecture
Each product group has its own architecture documentation:
- [MDM Architecture](mdm/README.md) - Architecture documentation for MDM
- [Orchestration Architecture](orchestration/README.md) - Architecture documentation for Orchestration
- [Security & Compliance Architecture](security-compliance/README.md) - Architecture documentation for Security & Compliance
- [Software Architecture](software/README.md) - Architecture documentation for Software
## Architectural Decision Records
For significant architectural decisions, we use [Architectural Decision Records (ADRs)](../adr/README.md) to document the context, decision, and consequences.