theshire/.taskfiles/k8s/Taskfile.yaml

12 lines
243 B
YAML
Raw Normal View History

2024-01-11 15:03:54 -06:00
---
version: "3"
tasks:
hubble:
desc: forward the hubble relay
cmds:
- cilium hubble port-forward &
hubble-ui:
desc: port-forward hubble to 8888
cmds:
- kubectl port-forward -n kube-system svc/hubble-ui 8888:80