/kind question
What are you trying to do?
KServe's LLMInferenceService with disaggregated P/D behind the EPP/Gateway API Inference Extension currently allows autoscaling of prefill and decode independently with KEDA.
Questions from KServe perspective:
Coordination - If decode and prefill scale independently, can one pool hit zero while the other still has replicas? Is that a valid/expected state, or should they always scale to zero together?
Use case scenarios - Any reference scenario for scale-to-zero P/D showing expected idleReplicaCount/cooldown config and cold-start latency to expect?
/kind question
What are you trying to do?
KServe's
LLMInferenceServicewith disaggregated P/D behind the EPP/Gateway API Inference Extension currently allows autoscaling of prefill and decode independently with KEDA.Questions from KServe perspective:
Coordination - If decode and prefill scale independently, can one pool hit zero while the other still has replicas? Is that a valid/expected state, or should they always scale to zero together?
Use case scenarios - Any reference scenario for scale-to-zero P/D showing expected
idleReplicaCount/cooldown config and cold-start latency to expect?