Skip to content

t-shama/keda-dashboard

This branch is 23 commits ahead of ahmelsayed/keda-dashboard:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 6, 2019
Aug 8, 2019
Jun 11, 2019
Aug 8, 2019
Jun 11, 2019
Jun 11, 2019
Aug 6, 2019
Jun 11, 2019
Jun 6, 2019
Aug 8, 2019
Aug 6, 2019
Jul 19, 2019
Jul 19, 2019
Jul 19, 2019

Repository files navigation

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

KEDA Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.9%
  • HTML 2.3%
  • CSS 1.2%
  • Dockerfile 0.6%