Skip to content

v0.1.0

Compare
Choose a tag to compare
@zqzten zqzten released this 05 Jun 03:04
· 123 commits to main since this release
b4de0b6

This is the first release of Kapacity which focused on initial framework and basic features of IHPA. Currently supported IHPA features are listed below:

  • Multiple combinable scaling algorithms with priority rules

    • Kubernetes HPA like ratio reactive algorithm
    • Cron-based rules
    • Custom static value
  • Multiple metrics provider support

    • Prometheus
    • Kubernetes Metrics API
  • Enhanced autoscaling mechanism with multiple risk mitigation means

    • Fine-grained pod state control which enables a multi-stage scale down
      • Supported intermediate state: Cutoff (Offline)
      • Supported workload: Deployment, ReplicaSet, StatefulSet
    • Customizable gray change for both scale up and scale down
    • Support preview mode (dry-run)
    • Support pause and resume