# Deka GPU: Autoscaling

- [Basic Autoscaling](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/basic-autoscaling.md)
- [Advanced Autoscaling](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/advanced-autoscaling.md)
- [KEDA Autoscalling](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling.md)
- [Introduction](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/introduction.md)
- [Install KEDA](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/install-keda.md): To install KEDA, you need to create a namespace and a VPC first by running the following commands.
- [Add the Helm Repository](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/add-the-helm-repository.md)
- [Create values.yaml from Helm Repository](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/create-values.yaml-from-helm-repository.md)
- [Example: Autoscaling vLLM with KEDA based on GPU KV Cache Usage](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/example-autoscaling-vllm-with-keda-based-on-gpu-kv-cache-usage.md)
- [Introduction](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/example-autoscaling-vllm-with-keda-based-on-gpu-kv-cache-usage/introduction.md)
- [Metric: GPU KV Cache Usage](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/example-autoscaling-vllm-with-keda-based-on-gpu-kv-cache-usage/metric-gpu-kv-cache-usage.md)
- [KEDA Configuration Example](https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/example-autoscaling-vllm-with-keda-based-on-gpu-kv-cache-usage/keda-configuration-example.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
