Back to Kubeshark

Manifests

manifests/README.md

72.3.83528 B
Original Source

Manifests

Apply

Clone the repo:

shell
git clone [email protected]:kubeshark/kubeshark.git --depth 1
cd kubeshark/manifests

To apply the manifests, run:

shell
kubectl apply -f .

To clean up:

shell
kubectl delete namespace kubeshark
kubectl delete clusterrolebinding kubeshark-cluster-role-binding
kubectl delete clusterrole kubeshark-cluster-role

Accessing

Do the port forwarding:

shell
kubectl port-forward service/kubeshark-front 8899:80

Visit localhost:8899