prowler dashboard #3955
-
i was trying to run prowler dashbaord in k8
I'm unable to access the dashboard outside the eks cluster, meaning port forwarding works but not able to call from another pod or from loadbalancer dns |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! @keerthanap0810 in our dashboard docs is documented how to use dashboard in docker. After a small research, I think that adding |
Beta Was this translation helpful? Give feedback.
Hi! @keerthanap0810 in our dashboard docs is documented how to use dashboard in docker. After a small research, I think that adding
env: - name: HOST value: "0.0.0.0"
to your pod config could help you to resolve the issue. I don't really know if this is the solution but give it a try and tell me something about how it works. Thanks for using Prowler! 🚀