Improve infra-run portfolio credibility
lint / shell-yaml-ansible (push) Failing after 21s

This commit is contained in:
Mateusz Suski
2026-05-08 21:18:22 +00:00
parent deb12a0b4f
commit ca5a876d03
87 changed files with 462 additions and 531 deletions
+2 -23
View File
@@ -1,26 +1,5 @@
# 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.
This directory is reserved for future platform case studies. The current implemented project is [infra-run](../infra-run/).
## 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.
Planned platform topics are tracked in [ROADMAP.md](../ROADMAP.md). Subdirectories are placeholders only and should not be treated as completed work.