Skip to content
forked from dapr/dashboard

General purpose dashboard for Dapr

License

Notifications You must be signed in to change notification settings

abhith/dashboard

 
 

Repository files navigation

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:https://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.

About

General purpose dashboard for Dapr

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 36.7%
  • Go 30.0%
  • HTML 15.6%
  • Makefile 7.2%
  • SCSS 6.3%
  • JavaScript 3.4%
  • Other 0.8%