mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 18:54:07 +00:00
* tcp dissector enabled by default * changing the readme In support of having the `tcp` dissector enabled by default. * Update values.yaml * Update complete.yaml * updated the defaultFilter default value 1. Start with some level of "noise reduction" (`tcp` and `dns`). 2. Provide a hint how to use a display filter to filter out protocol aliases. * Update values.yaml filter out DNS and TCP * Update complete.yaml Filter out DNS and TCP * Update README.md Filter out TCP and DNS by default |
||
---|---|---|
.. | ||
prometheus | ||
tls | ||
complete.yaml | ||
README.md |
Manifests
Apply
Clone the repo:
git clone git@github.com:kubeshark/kubeshark.git --depth 1
cd kubeshark/manifests
To apply the manifests, run:
kubectl apply -f .
To clean up:
kubectl delete namespace kubeshark
kubectl delete clusterrolebinding kubeshark-cluster-role-binding
kubectl delete clusterrole kubeshark-cluster-role
Accessing
Do the port forwarding:
kubectl port-forward service/kubeshark-front 8899:80
Visit localhost:8899