Files
kubeshark/manifests
2023-09-21 21:56:09 +03:00
..
2023-05-28 20:54:57 -07:00
2023-09-21 21:56:09 +03:00
2023-04-12 03:12:32 +03: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

Accesing

Do the port forwarding:

kubectl port-forward -n kubeshark service/kubeshark-hub 8898:80 & \
kubectl port-forward -n kubeshark service/kubeshark-front 8899:80

Visit localhost:8899