There are multiple ways to access the management UI. The preferred method is to use the Linkerd dashboard. This will open a tunnel between the localhost and the Kubernetes cluster. You can access the Linkerd dashboard using a port. Let's take a look:
- Access the dashboard by running the following command:
$ linkerd dashboard
Linkerd dashboard available at:
http://localhost:50750
Grafana dashboard available at:
http://localhost:50750/grafana
Opening Linkerd dashboard in the default browser
START /usr/bin/google-chrome-stable "http://localhost:50750"
Visit http://localhost:50750 in your browser to view the dashboard
The Linkerd dashboard will open in the browser using http://localhost:50750. We will learn how to access this dashboard later. Now, press Ctrl+ C to stop this proxy.
- Check if the Ingress is working:
$ curl -s -H "Host:...