Catalog Details
CATEGORY
resiliencyCREATED BY
UPDATED AT
November 23, 2024VERSION
0.0.1
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
- Nov 22 | Meshery CI Maintainer: Sangram Rath
- Dec 04 | Link Meshery Integrations and Github workflow or local code
- Nov 20 | Meshery Development Meeting | Nov 20th 2024
- Nov 10 | Error in "make server" and "make ui-server"
- Nov 11 | Difference in dev Environments on port 9081 and 3000
- Nov 10 | npm run lint:fix error
- Oct 30 | Getting Meshery locally using Docker Desktop for Meshery UI contribution
- Nov 07 | Meshery + GCP Connector
- Oct 24 | Getting error when using utils.SetupContextEnv() when writing tests for relationship command
- Nov 16 | Where's the Cortex Integration of Meshmap?