Skip to content

Commit 88b640e

Browse files
committed
chore: expand kubectl fabric commands
Signed-off-by: Pau Capdevila <[email protected]>
1 parent 3b76341 commit 88b640e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/architecture/management.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,21 @@ K8S -->|Sends CRDs| FC
5151

5252
### **kubectl & kubectl fabric**
5353
- [`kubectl`](https://kubernetes.io/docs/reference/kubectl/) is the standard CLI tool for [Kubernetes](https://kubernetes.io).
54-
- `kubectl fabric` is a plugin that extends `kubectl` with fabric-specific commands and interacts with the Kubernetes API Server.
54+
- `kubectl fabric` is a plugin that extends `kubectl` with fabric-specific commands and interacts with the Kubernetes API Server. It supports the following commands:
55+
- **vpc** – Manage VPCs: create, attach, peer, or wipe all related resources
56+
- **switch** – Manage switches: IP, SSH, serial, reboot, reinstall
57+
- **connection** – View connections: management, fabric, vpc-loopback
58+
- **switchgroup** – Create SwitchGroups
59+
- **external** – Manage external BGP peers and VPC peering
60+
- **wiring** – Export fabric wiring diagrams
61+
- **inspect** – Inspect and troubleshoot fabric resources:
62+
- `fabric` – Overview of control nodes and switches
63+
- `switch`, `port` – Status, counters, and usage
64+
- `server`, `connection` – VPC/external attachments and link details
65+
- `vpc` – Subnet attachments and reachability
66+
- `bgp`, `lldp` – Neighbor status checks
67+
- `ip`, `mac` – Lookup usage across the fabric
68+
- `access` – Check reachability between VPCs, servers, and IPs
5569

5670
### **Fabricator**
5771
- CLI tool that provides direct interaction with the Kubernetes API.

0 commit comments

Comments
 (0)