Commit 61708eac authored by Mohamad Bashar Desoki's avatar Mohamad Bashar Desoki

Open-Prediction Scaler (Update README.md)

parent b0d07fef
......@@ -2,9 +2,17 @@
Open-prediction scaler is a new scaler in KEDA to predict the next observation (e.g. rate of requests).
Open-prediction scaler is online predictive scaling based on Prometheus metrics & provided Prediction Service.
![img.png](img.png)
### Build and Publish
```
$ make build
$ sudo PATH=/usr/local/go/bin:"$PATH" IMAGE_REGISTRY=docker.io IMAGE_REPO=mhdbashar make publish
$ sudo PATH=/usr/local/go/bin:"$PATH" IMAGE_REGISTRY=docker.io IMAGE_REPO=mhdbashar make deploy
```
### Useful links:
- Main repo of [KEDA](https://github.com/kedacore/keda)
- [How To Write A Weather Scaler For KEDA](https://nilayasiktoprak.medium.com/how-to-write-a-weather-scaler-for-keda-454183c57790)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment