Files
2026-08-07 15:42:51 +03:00

23 lines
277 B
Markdown

# 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`