I am trying to install Linkerd to my AWS EKS Cluster.
All works fine but I can't access Linkerd dashboard..
My IDE is AWS Cloud9, and I followed the instructions.
curl -sL https://run.linkerd.io/install | sh
linkerd version
linkerd check --pre
linkerd install | kubectl apply -f -
linkerd check -> **All Green**
linkerd viz install | kubectl apply -f -
linkerd viz dashboard --port 33335 &
Visit http://localhost:33335 in your browser to view the dashboard
When I visit http://localhost:33335 , it says ERR_CONNECTION_REFUSED
The tutorial shows the dashboard, but I can't …
Thank you.
For those coming here, I had the same issue as the OP.
The solution was to allow traffic on that port in the security group, the name should be something like that:
You can create a new one if you want