Autoscaling
- Configure your Knative deployment to use the Kubernetes Horizontal Pod Autoscaler (HPA) instead of the default KPA. For how to install HPA, see Install optional Serving extensions.
- Configure your Knative Service to use , which freezes the running process when the pod’s traffic drops to zero. The most valuable benefit is reducing the cold-start time within this configuration.