kubeshark/manifests
M. Mert Yildiran 0a0b0cde36
Template the -staletimeout flag (#1610)
* Template the `-staletimeout` flag

* Fix
2024-09-18 12:02:15 -07:00
..
prometheus 🔨 Add kube_prometheus_stack.yaml manifest 2024-02-06 01:28:15 +03:00
tls changed com to co 2023-05-28 20:54:57 -07:00
complete.yaml Template the -staletimeout flag (#1610) 2024-09-18 12:02:15 -07:00
README.md chore: fix some comments (#1548) 2024-08-02 07:49:47 -07:00

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