You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like cpu/memory may not be the best signal to know when to spin up new bedrock instances. If we choose a metric that is better fitted to bedrock's capabilities we can likely deploy fewer pods, and need less k8s infrastructure resources. We should investigate a few items:
How do we expose additional metrics to HPA objects. (There are quite a few choices here, what's best?)
What metric is most reflective of load on bedrock (this implies some perf testing)
(generate stories for) deploying new metrics for HPA
(generate stories for) deploying bedrock prod/stg/dev with the new HPA metrics
Test the hpa works, ensure latency between origin/cdn doesn't change.
The text was updated successfully, but these errors were encountered:
https://github.com/FairwindsOps/goldilocks can maybe help with tuning the VPA. It seems like you basically install goldilocks + vpa and then get changes recommended. Which is rad as all get out.
It seems like cpu/memory may not be the best signal to know when to spin up new bedrock instances. If we choose a metric that is better fitted to bedrock's capabilities we can likely deploy fewer pods, and need less k8s infrastructure resources. We should investigate a few items:
The text was updated successfully, but these errors were encountered: