Skip to content
@attune-io

Attune

Kubernetes pod resource right-sizing operator

Attune

Safe, in-place Kubernetes pod resource right-sizing

CI Go 1.26 Apache 2.0


Attune is a Kubernetes operator that right-sizes pod CPU and memory without restarts, using In-Place Pod Resize (Kubernetes 1.33+ beta, 1.32 alpha). It replaces the Vertical Pod Autoscaler with something that actually works in production.

Why not VPA?

VPA Attune
Resize method Evicts pods In-place (no restarts)
HPA compatible No (death spirals) Yes (adjusts base, not %)
Safety Minimal guardrails Auto-revert on OOM, throttle, restarts
Confidence Backward-looking histograms Time-of-day-aware + graduated rollout

Features

  • Zero-downtime resizing via the /resize subresource
  • Composable recommendation engine with percentile, confidence, margins, and change filters
  • HPA-aware conflict detection prevents horizontal/vertical scaling fights
  • Safety monitor with automatic rollback on OOM kills, CPU throttle, or restart spikes
  • Graduated rollout: Observe, Recommend, OneShot, Canary, Auto
  • Multi-source metrics from Prometheus, Thanos, VictoriaMetrics, and Grafana Mimir
  • Cost savings estimation per workload with kubectl attune savings
  • Helm chart with cert-manager webhook support and Grafana dashboard

Quick Start

helm install attune oci://ghcr.io/attune-io/charts/attune \
  --namespace attune-system --create-namespace

Learn More

Popular repositories Loading

  1. attune attune Public

    Safe, in-place Kubernetes pod resource right-sizing. VPA done right.

    Go 2 1

  2. .github .github Public

    Organization profile and community health files

    1

  3. community-operators community-operators Public

    Forked from k8s-operatorhub/community-operators

    The canonical source for Kubernetes Operators that are published on OperatorHub.io and part of the default catalog of the Operator Lifecycle Manager.

    Dockerfile

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…