init: initial commit
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user