kubernetes-admission-controller icon indicating copy to clipboard operation
kubernetes-admission-controller copied to clipboard

Add small local decision cache

Open zhill opened this issue 6 years ago • 0 comments

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.

zhill avatar May 14 '19 23:05 zhill