Skip to content

Files

Latest commit

Apr 16, 2025
df1628e · Apr 16, 2025

History

History

manifests

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