Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
/ dashboard Public archive

Dashboard to use to view details of your keda deployment

License

Notifications You must be signed in to change notification settings

kedacore/dashboard

Repository files navigation

Kubernetes-based Event Driven Autoscaling Dashboard

Dashboard to use to view details of your KEDA deployment.

Prerequisites

Running:

yarn install
yarn watch

then go to http://localhost:3000 in the browser. watch will auto build any changes to client or server code.

Deploy to a cluster:

# build docker image
docker build -t {dockerhubAlias}/keda-dashboard .

# update user in the template below and then run apply
kubectl apply -f deploy/keda-dashboard.yaml

Access service in cluster

kubectl port-forward {pod-name} 8080:8080 --namespace keda

then go to http://localhost:8080 in the browser.

Overview

Click here for an overview of the KEDA codebase.

Contributing

Click here to learn how to contribute to the KEDA dashboard.

About

Dashboard to use to view details of your keda deployment

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published