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
+18
View File
@@ -0,0 +1,18 @@
# labs/kubernetes
This folder is intended for Kubernetes lab work such as manifests, troubleshooting exercises, and orchestration experiments.
## Diagram
```mermaid
flowchart LR
A["kubernetes"] --> B["Workloads"]
A --> C["Services"]
A --> D["Ingress and networking"]
A --> E["Cluster troubleshooting"]
```
## Notes
- The directory is currently a placeholder.
- It keeps orchestration experiments separate from the production-style script content.