ERROR:nacl_helper_linux.cc(308)] NaCl helper process running without a sandbox!

Hello,
I have started “Kubernetes for Beginiers” trying to deploy voting app

I see the voting app pod & service created
but when run a command like “minikube service voting-service”
it throws below error message and nothing opens in the browser instead showing site can’t be reached…

“ERROR:nacl_helper_linux.cc(308)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly…”

Hello rashed,
To check accessibility, you can use curl command. for example curl node-ip:port to check that the pod running and service exposed correctly. regarding the error you face, it may be error on chrome you can check this it may help you