init: initial commit

This commit is contained in:
ITQ
2026-08-07 15:42:51 +03:00
commit bfe2624313
3 changed files with 76 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Local Hubble UI
## Instructions
### 1. Port-forward hubble-relay
```bash
cilium hubble port-forward
# OR
kubectl port-forward svc/hubble-relay 4245:80
```
### 2. Start compose
```bash
docker compose up -d
```
### 3. Access
Access Hubble UI at `http://localhost:8081`