dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.28k stars 520 forks source link

Getting Started with Deployment - access Dashboard #857

Open eliassal opened 3 years ago

eliassal commented 3 years ago

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

Mrxx99 commented 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

jongio commented 3 years ago

That is a great suggestion. In the interim, I recommend and use octant https://octant.dev/

eliassal commented 3 years ago

Hi, is octant is similar to linkered? linkered was demonstarted by Nish Anil yesterday in a .Net live show about microservices

jongio commented 3 years ago

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