What this pattern does:

This design makes use of the external add-on, KEDA HTTP, for event-based autoscaling of HTTP workloads on Kubernetes. See https://artifacthub.io/packages/keda-scaler/keda-official-external-scalers/keda-add-ons-http for details on this specific scaler. The KEDA HTTP Add-on allows Kubernetes users to automatically scale their HTTP servers up and down (including to/from zero) based on incoming HTTP traffic. In order to do so, KEDA HTTP add-on, deploys a proxy service and requires all traffic to be routed via this proxy service. The proxy service is deployed automatically by the KEDA add-on operator, the name for the deployed service follows the following scheme "keda-add-ons-http-interceptor-proxy".

Caveats and Consideration:

1. The dependent design "KEDA Setup", needs to be deployed first for the overall design to function properly. 2. After deploying the design, initiate the performance test on the exposed endpoint for the service named "keda-add-ons-http-interceptor-proxy", ensuring to include "httpbin.com" as the host header if utilizing a different host.

Compatibility:



Recent Discussions with "meshery" Tag