wilsonianb / c8s

Codius-less: web-monetized serverless Kubernetes add-on
Apache License 2.0
3 stars 0 forks source link

Replace knative with keda #53

Open wilsonianb opened 4 years ago

wilsonianb commented 4 years ago

Due to https://github.com/wilsonianb/c8s/issues/10 and the fact that knative is has a large footprint and supports may functionality than we need (revisions), try to replace with keda + prometheus (for scaling based on http requests) https://keda.sh/scalers/prometheus/

This could let us use the ingress controller of our choosing (including k3s's default traefik).

It may require excessive polling, both by prometheus and keda to achieve minimal cold starts.

osiris is mentioned a solution for http request events with keda, but it seems very WIP.