mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-14 05:06:38 +00:00
* Clean kubeshark pinned bpf resources inside init container * Clean kubeshark pinned bpf resources inside init container * Update 09-worker-daemon-set.yaml * add IPC_LOCK capability to sniffer * add init container to mount bpf filesystem * add init container to mount bpf filesystem --------- Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
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