octarinesec / kube-scan

kube-scan: Octarine k8s cluster risk assessment tool
https://www.octarinesec.com/
MIT License
795 stars 101 forks source link

[Bug/Help Wanted] Kube-Scan not working in Minikube. #45

Closed designanderror closed 3 years ago

designanderror commented 3 years ago

I have deployed Minikube in my Ubuntu 20.04. I tried installing Kube-scan UI via :

kubectl apply -f https://raw.githubusercontent.com/octarinesec/kube-scan/master/kube-scan.yaml
kubectl port-forward --namespace kube-scan svc/kube-scan-ui 8080:80

When I navigate to http://localhost:8080 I get a 404 error request.

I did try forwarding it to post 8008 and got the same 404 error.