Open eliassal opened 3 years ago
I think the dashboard currently only is included for local development with tye run
, not in deployment. It would be great if there was an option to also deploy the dashboard
That is a great suggestion. In the interim, I recommend and use octant https://octant.dev/
Hi, is octant is similar to linkered? linkered was demonstarted by Nish Anil yesterday in a .Net live show about microservices
Octant is a dashboard to view the health and resources within your cluster. Think of it as a UI on top of kubectl. Linkerd is a service mesh with features link retries, load balancing, etc https://linkerd.io/2/features/
Dapr does a pretty good job explaining things here: https://github.com/dapr/dapr/wiki/FAQ
In the first step when we issue tye run we can access Dashboard at http://127.0.0.1:3001/ It is not stated in the 2nd step how to do this, only "navigate to http://localhost:5000 to view the frontend application working on Kubernetes......" So how can we access the dashboard when we deploy to kubernetes? Thanks