March 2020
Intermediate to advanced
626 pages
14h 45m
English
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:
$ linkerd dashboardLinkerd dashboard available at:http://localhost:50750Grafana dashboard available at:http://localhost:50750/grafanaOpening Linkerd dashboard in the default browserSTART /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 ...
Read now
Unlock full access