ahmelsayed / keda-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisits

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.

About

License:Other


Languages

Language:TypeScript 78.7%Language:HTML 12.1%Language:CSS 6.3%Language:Dockerfile 2.9%