Skip to main content

Overview

The right-sizing workflow creates suggestions when services are over-provisioned or under-provisioned, or when limits are misconfigured. For each service, the workflow compares actual usage to predefined efficiency parameters and generates suggestions accordingly.

Parameters

The right-sizing workflow comes with default parameters that can be customized through the workflow UI.

Suggestion Types

The workflow can generate several types of suggestions:
  1. cpu_request_too_high:
    • Low severity
    • Indicates resource waste
    • Includes potential cost savings estimates
  2. cpu_request_too_low:
    • Medium severity
    • Risk of performance impact
    • May indicate CPU throttling or memory pressure
  3. cpu_limit_too_low:
    • Medium severity
    • Risk of performance impact
    • May indicate CPU throttling
  4. memory_request_too_high:
    • Low severity
    • Indicates resource waste
    • Includes potential cost savings estimates
  5. memory_request_too_low:
    • Medium severity
    • Risk of performance impact
    • May indicate memory pressure
  6. memory_limit_too_low:
    • Medium severity
    • Risk of performance impact
    • May indicate memory pressure