All Projects → dapr → dashboard

dapr / dashboard

Licence: Apache-2.0 License
General purpose dashboard for Dapr

Programming Languages

typescript
32286 projects
go
31211 projects - #10 most used programming language
HTML
75241 projects
Makefile
30231 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dashboard

dapr-sidekick-dotnet
Dapr Sidekick for .NET - a lightweight lifetime management component for Dapr
Stars: ✭ 113 (+2.73%)
Mutual labels:  dapr
ZeroToHeroDaprCon
Demos from my Zero to Hero with Dapr session @ DaprCon
Stars: ✭ 36 (-67.27%)
Mutual labels:  dapr
MASA.Contrib
The purpose of MASA.Contrib is based on MASA.BuildingBlocks to provide open, community driven reusable components for building mesh applications. These components will be used by the MASA Stack and MASA Labs projects.
Stars: ✭ 102 (-7.27%)
Mutual labels:  dapr
Phenix.NET7
Phenix Framework 7 for .NET 6
Stars: ✭ 31 (-71.82%)
Mutual labels:  dapr
dapr-store
Sample application showcasing the use of Dapr to build microservices based apps
Stars: ✭ 89 (-19.09%)
Mutual labels:  dapr
dapr-workshop
Workshop that teaches how to apply Dapr to an existing .NET, Java or Python based microservices application.
Stars: ✭ 118 (+7.27%)
Mutual labels:  dapr
MASA.BuildingBlocks
Building blocks of the MASA Stack, provides a unified interface standard for MASA Contrib's implementation specifications and process connector.
Stars: ✭ 119 (+8.18%)
Mutual labels:  dapr
Dapr-Microservice-Template
A Microservice Template using Dapr.io and Kubernetes
Stars: ✭ 31 (-71.82%)
Mutual labels:  dapr
dapr-wasm
A template project to demonstrate how to run WebAssembly functions as sidecar microservices in dapr
Stars: ✭ 168 (+52.73%)
Mutual labels:  dapr
showcase
A Full Stack Journey with Micro Services and Micro Front Ends. Using dapr, kubernetes, react module federation and web assembly,
Stars: ✭ 45 (-59.09%)
Mutual labels:  dapr
blue-green-with-containerapps
This is a demo scenario for implementing continuous blue/green deployments on containerapps using GitHub actions
Stars: ✭ 43 (-60.91%)
Mutual labels:  dapr
dapr-gbb-workshop
Details regarding the customer-ready Dapr workshop created by the Microsoft Cloud Native Global Black Belt Team
Stars: ✭ 27 (-75.45%)
Mutual labels:  dapr
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (+1630%)
Mutual labels:  dapr

Dapr Dashboard

codecov

Dapr Dashboard is a web-based UI for Dapr, allowing users to see information, view logs and more for the Dapr applications, components, and configurations running either locally or in a Kubernetes cluster.

Features

Dapr Dashboard provides information about Dapr applications, components, configurations, and control plane services. Users can view metadata, manifests and deployment files, actors, logs, and more on both Kubernetes and self-hosted platforms. For more information, check out the changelog.

Getting started

Prerequisites

Dapr Runtime

Dapr CLI

Installation

Dapr Dashboard comes pre-packaged with the Dapr CLI. To learn more about the dashboard command, use the CLI command dapr dashboard -h.

Kubernetes

Run dapr dashboard -k, or if you installed Dapr in a non-default namespace, dapr dashboard -k -n <your-namespace>.

Standalone

Run dapr dashboard, and navigate to http://localhost:8080.

Contributing

Anyone is free to open an issue, a feature request, or a pull request.

To get started in contributing, check out the development documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].