The controller currently requests the analysis state and policy evaluation status for each image in a request. Under large deployments and busy clusters this can be a significant load on Anchore and potentially slow k8s deployment time waiting for responses. A short-ttl cache in the controller could help improve overall responsiveness.
The controller currently requests the analysis state and policy evaluation status for each image in a request. Under large deployments and busy clusters this can be a significant load on Anchore and potentially slow k8s deployment time waiting for responses. A short-ttl cache in the controller could help improve overall responsiveness.