Files
kubeshark/manifests
M. Mert Yildiran be5bd6a372 Template the AUTH_APPROVED_DOMAINS and certmanager.k8s.io/cluster-issuer
Also add `networking.k8s.io` to `apiGroups` in `ClusterRole`
2023-05-25 05:07:42 +03:00
..
2023-05-24 06:32:48 +03:00
2023-05-16 19:46:47 +03:00
2023-05-16 19:46:47 +03:00
2023-05-16 19:46:47 +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