I have a 2 nodes kubernetes cluster, 1 master node and 1 worker node which I have setup using kubeadm by using 2 ubuntu-18.04 instances from AWS. I have tried to install linkerd by using the getting started guide of the official docs and installed linkerd but I was not able to access the dashboard of the application as well as the addons services.
These are the namespaces, pods and services.
Everything is running perfectly fine. But after this when I tried to access the dashboard (web-svc) by doing port-forwarding as mentioned in the docs I am unable to access the web-svc service.
This is the output I am getting while accessing the app.
I was using the public IP of my worker node to access the web-svc on the port 8080 on which it is forwarded but I was getting this output.
I have opened my Security groups to all as shown below.
After installing the linkerd-viz it was successfully installed and all the checks were passed (linkerd check) but while accessing the dashboard it was showing like below.
While accessing it from outside by using the port mentioned in the command and using the public-ip of the worker node It was showing like this.
For initializing k8s I have used flannel. If there are any more information you need to answer the question then please ask I will provide answers to the best of my ability.
Thank you in advance.