Add README files and diagrams across repository
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# platform-projects
|
||||
|
||||
This directory groups broader infrastructure themes that sit above individual scripts. It highlights larger platform domains such as storage, clustering, monitoring, virtualization, and log analysis.
|
||||
|
||||
## Diagram
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["platform-projects"] --> B["storage"]
|
||||
A --> C["clustering"]
|
||||
A --> D["monitoring-zabbix"]
|
||||
A --> E["virtualization"]
|
||||
A --> F["elk-log-analysis"]
|
||||
```
|
||||
|
||||
## Scope
|
||||
|
||||
- `storage` - storage engineering themes and patterns.
|
||||
- `clustering` - high availability and cluster operations topics.
|
||||
- `monitoring-zabbix` - observability and alerting direction.
|
||||
- `virtualization` - compute platform and hypervisor-related topics.
|
||||
- `elk-log-analysis` - log ingestion, search, and analysis concepts.
|
||||
|
||||
## Notes
|
||||
|
||||
- These folders are currently high-level placeholders for future platform case studies.
|
||||
Reference in New Issue
Block a user