Skip to content

Releases: gocrane/crane

Crane v0.1.0

10 Jan 03:17
01ec8b6
Compare
Choose a tag to compare

What's In

Time Series Prediction

  • TimeSeriesPrediction is a CRD that used to forecast the kubernetes object metric.
  • Support many kinds of metric types: ResourceQuery,MetricQuery,ExpressionQuery.
  • Provide two out-of-box prediction algorithm: DSP and Percentile.

Effective HorizontalPodAutoscaler

  • Prediction-driving horizontal autoscaling.
  • Provide two scale strategy: Auto and Preview.
  • It is compatible with native HorizontalPodAutoscaler.

Analysis

Analytics the workload and provide recommendations about resource optimize. Two recommendations are currently supported:

  • ResourceRecommend: Recommend container requests & limit resources based on historic metrics.
  • Effective HPARecommend: Recommend which workloads are suitable for autoscaling and provide optimized configurations such as minReplicas, maxReplicas.

New Contributors