Skip to content

PasanBhanu/proactive-autoscaler-for-keda-kubernetes

Repository files navigation

KEDA External Scaler for Predictive Scaling using LSTM and FB Prophet

Prerequisites

  • Docker
  • Kubernetes
  • KEDA

Install KEDA

kubectl create namespace keda
helm upgrade --install keda kedacore/keda --values keda-values.yaml --namespace keda

Build the Docker Image

docker build -t pasanbhanu/keda-lsfb-scaler:latest .
docker push pasanbhanu/keda-lsfb-scaler:latest

Deploy the Docker Image to the Kubernetes Cluster

kubectl apply -f kubernetes/deployment.yaml -n keda

Deploy the KEDA Scaler to the Kubernetes Cluster

kubectl apply -f kubernetes/keda-lsfb-scaler.yaml

About

Proactive Autoscaler for Kubernetes using KEDA. Time Series Forecasting with Facebook Prophet & LSTM

Topics

Resources

License

Stars

Watchers

Forks