mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-27 19:45:23 +00:00
* 🔖 Bump the Helm chart version to 53.3.0 * 🙈 Add .claude/ to .gitignore * 🔥 Remove .claude/ and RELEASE_NOTES_v53.2.5.md * ⏪ Revert changes to release-tag.yml --------- Co-authored-by: Alon Girmonsky <alongir@Alons-MacBook-Air.local> Co-authored-by: Alon Girmonsky <alongir@Alons-Mac-Studio.local>
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