Clone the repo:
git clone [email protected]:kubeshark/kubeshark.git --depth 1
cd kubeshark/manifestsTo 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-roleDo the port forwarding:
kubectl port-forward service/kubeshark-front 8899:80Visit localhost:8899