Skip to content

Commit 7c25e26

Browse files
committed
chore: remove heading text formatting
Signed-off-by: Pau Capdevila <[email protected]>
1 parent cc32af6 commit 7c25e26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/architecture/management.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ FC -->|Watches CRs| K8S
4242

4343
---
4444

45-
## **Management Workflow Overview**
45+
## Management Workflow Overview
4646

47-
### **User**
47+
### User
4848
- **Creates Fabric CR YAMLs** and applies them through standard Kubernetes resource management.
4949
- **Uses [`kubectl`](https://kubernetes.io/docs/reference/kubectl/) and `kubectl fabric`** to interact with the Kubernetes API for fabric resource management.
5050
- Can use their **own `kubectl` installation** or the one pre-installed on the control node as part of [k3s](https://k3s.io).
5151

52-
### **Kubernetes API Server (K8S)**
52+
### Kubernetes API Server (K8S)
5353
- Part of [Kubernetes](https://kubernetes.io).
5454
- Manages Fabric Custom Resources (CRs) and interacts with the **Fabric Controller**.
5555

56-
### **kubectl & kubectl fabric**
56+
### kubectl & kubectl fabric
5757
- [`kubectl`](https://kubernetes.io/docs/reference/kubectl/) is the standard CLI tool for [Kubernetes](https://kubernetes.io).
5858
- `kubectl fabric` is a plugin that extends `kubectl` with fabric-specific commands and interacts with the Kubernetes API Server. It supports the following commands:
5959
- **vpc** – Manage VPCs: create, attach, peer, or wipe all related resources
@@ -71,10 +71,10 @@ FC -->|Watches CRs| K8S
7171
- `ip`, `mac` – Lookup usage across the fabric
7272
- `access` – Check reachability between VPCs, servers, and IPs
7373

74-
### **Fabricator**
74+
### Fabricator
7575
- Using the **hhfab** CLI you can **SSH** the control node and use **K9s** or **kubectl** and **kubectl fabric** to manage or monitor Fabric API objects.
7676

77-
### **K9s**
77+
### K9s
7878
- K9s is a terminal based Kubernetes UI that provides visibility and control over Kubernetes resources, allowing you to manage pods, nodes, services, logs, and Fabric resources efficiently. It includes some helper plugins:
7979
- **SSH** – SSH into a fabric switch
8080
- **Serial** – Open a serial connection to a fabric switch
@@ -84,7 +84,7 @@ FC -->|Watches CRs| K8S
8484

8585
---
8686

87-
## **GitOps Integration**
87+
## GitOps Integration
8888

8989
GitOps is a continuous deployment approach where the desired state of a Kubernetes cluster is stored in Git. A GitOps controller monitors this repository and ensures the actual cluster state matches the declared state, using the Kubernetes API.
9090

0 commit comments

Comments
 (0)