Autoscaling
- Configure your Knative deployment to use the Kubernetes Horizontal Pod Autoscaler (HPA) instead of the default KPA. For how to install HPA, see .
- Configure your Knative Service to use container-freezer, 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.