Add README files and diagrams across repository
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# platform-projects/virtualization
|
||||
|
||||
This folder is reserved for virtualization platform topics. It is intended for work around hypervisors, guest lifecycle operations, capacity considerations, and infrastructure hosting patterns.
|
||||
|
||||
## Diagram
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A["virtualization"] --> B["Hypervisors"]
|
||||
A --> C["Guests"]
|
||||
A --> D["Resource planning"]
|
||||
A --> E["Operational maintenance"]
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- The directory is currently a placeholder.
|
||||
- It represents a future area for platform-level case studies beyond the current script collection.
|
||||
Reference in New Issue
Block a user