2026-05-06 06:36:53 +00:00
|
|
|
# labs/kubernetes
|
|
|
|
|
|
|
|
|
|
This folder is intended for Kubernetes lab work such as manifests, troubleshooting exercises, and orchestration experiments.
|
|
|
|
|
|
|
|
|
|
## Diagram
|
|
|
|
|
|
|
|
|
|
```mermaid
|
2026-05-06 06:40:46 +00:00
|
|
|
flowchart TD
|
2026-05-06 06:36:53 +00:00
|
|
|
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.
|