K8s Dashboard

Hi Team,

I have installed dashboard using below link .

kubectl proxy --address=Ip Address
kubectl proxy --address=Ip Address -p 443 --accept-hosts=‘^$’
kubectl proxy --address=Ip Address -p 8001 --accept-hosts='^
$’
i’m not succeeded as getting below error message for any command execution as mentioned above.
error: listen tcp Ip Address:port: bind: cannot assign requested address

Please help !!

It seems like above ports are using by other services. Run the sudo ps -aux linux command to debug this issue.