Make README diagrams vertical and clickable
This commit is contained in:
@@ -6,10 +6,8 @@ This folder is intended for Kubernetes lab work such as manifests, troubleshooti
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A["kubernetes"] --> B["Workloads"]
|
||||
A --> C["Services"]
|
||||
A --> D["Ingress and networking"]
|
||||
A --> E["Cluster troubleshooting"]
|
||||
A["kubernetes"]
|
||||
click A href "./" "kubernetes"
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user