Add README files and diagrams across repository

This commit is contained in:
Mateusz Suski
2026-05-06 06:36:53 +00:00
parent c88428d092
commit 1e2db3e125
31 changed files with 616 additions and 0 deletions
+25
View File
@@ -2,6 +2,31 @@
This repository demonstrates real-world Linux infrastructure and operations experience through sanitized scripts, runbooks, and project structure. It focuses on production operations, incident response, troubleshooting, automation, and enterprise infrastructure patterns.
## Repository Diagram
```mermaid
flowchart TD
A["portfolio"] --> B["infra-run"]
A --> C["platform-projects"]
A --> D["labs"]
B --> B1["ansible"]
B --> B2["docs"]
B --> B3["runbooks"]
B --> B4["scripts"]
B4 --> B41["bash"]
B4 --> B42["python"]
C --> C1["storage"]
C --> C2["clustering"]
C --> C3["monitoring-zabbix"]
C --> C4["virtualization"]
C --> C5["elk-log-analysis"]
D --> D1["docker"]
D --> D2["kubernetes"]
D --> D3["terraform"]
D --> D4["networking"]
D --> D5["ci-cd"]
```
## Core Project
### infra-run