anchore-charts
anchore-charts copied to clipboard
Add horizontalPodAutoscaler definitions for all deployments
Add horizontalPodAutoscaler definitions for all deployments dynamically adjust to the workload.
fixes #90
Thanks @sschne we'll take a look
@sschne thanks for the PR, this will be a great addition to the chart! I have a couple requests before we can merge.
- The chart version needs to be bumped to pass CI & allow the chart to be released
- The analyzer pods should not scale based on CPU utilization, in an ideal deployment your CPU will be around 100% on the analyzer at all times. The image queue depth would be a good metric for this, but that isn't available to all Anchore deployments out of the box. For now, maybe we should just remove the analyzer scaling config.
I'm working on testing this implementation and will approve ASAP.
Any chance to get this reviewed?