Giter Site home page Giter Site logo

keda-playground's Introduction

Keda Playground

TODO (priorities)

  • STATE MANAGEMENT - when you POST it should persist in the GET. idk what is going on
  • Port forwarding vs. NodePort (LoadBalancer?)
  • Overriding metrics-api (image)
  • Condense READMEs

Quickstart (MacOS)

  • Tooling: brew install minikube helm
  • Helm plugins: helm repo add kedacore https://kedacore.github.io/charts && helm repo update
  • Start minikube: minikube start
  • Deploy KEDA in minikube: helm install keda kedacore/keda --namespace keda --create-namespace
  • Deploy Hello-World App: kubectl apply -f k8s/hello-world.yaml
  • Deploy Metris-API: kubectl apply -f k8s/metrics-api.yaml
    • Optional: Expose to localhost for REST invocations to change response: kubectl port-forward svc/metrics-api-service 7051.
    • POST http://localhost:7051/value with request body. Inspected KEDA value will be overwritten to whatever is supplied in the request body.
  • Deploy KEDA configs: kubectl apply -f k8s/keda.yaml

Teardown

  • Teardown manifests with kubectl delete -f <file>.
  • KEDA uninstall instructions here
  • minikube stop
  • Optional: minikube delete for hard-destroying minikube.

keda-playground's People

Contributors

ethan-fox avatar

Watchers

 avatar

Forkers

noahfox555

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.