mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-03-18 10:32:36 +00:00
* 🔖 Bump the Helm chart version to 53.1.0 * Fix reviewer username typo: corst -> corest * Fold release-helm into release-pr for a 2-step workflow * Update .github/workflows/release-tag.yml Co-authored-by: Volodymyr Stoiko <me@volodymyrstoiko.com> --------- Co-authored-by: Volodymyr Stoiko <me@volodymyrstoiko.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