mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-21 08:33:28 +00:00
* 🔨 Add `SCRIPTING_DISABLED` key to `ConfigMap` * 🔨 Add `TARGETED_PODS_UPDATE_DISABLED` config * 🔨 Add `RECORDING_DISABLED` key to `ConfigMap` * 🎨 Reformat `TapConfig` * 🔨 Update `complete.yaml`
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
Accesing
Do the port forwarding:
kubectl port-forward service/kubeshark-front 8899:80
Visit localhost:8899