Safe, in-place Kubernetes pod resource right-sizing. VPA done right.
8.1K
Safe, in-place Kubernetes pod resource right-sizing. VPA done right.
Attune is a Kubernetes operator that automatically right-sizes pod resource
requests and limits using In-Place Pod Resize (GA in Kubernetes 1.35; beta
enabled by default in 1.33–1.34; alpha since 1.27, still feature-gated on 1.32;
Attune requires 1.32+ for /resize). No pod restarts by default, no HPA
conflicts, graduated safety controls.
latest - latest stable releasevX.Y.Z - specific version (e.g., v0.1.1)linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/s390xRecommended registry: For production use, pull from GHCR to avoid Docker Hub rate limits:
ghcr.io/attune-io/attune:latest
helm install attune oci://ghcr.io/attune-io/charts/attune \
--namespace attune-system --create-namespace
docker pull attuneio/attune:latest
All images are signed with cosign (keyless, Sigstore):
cosign verify \
--certificate-identity-regexp="https://github.com/attune-io/attune" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \
attuneio/attune:latest
Content type
Image
Digest
sha256:49c3d7d1d…
Size
17.4 MB
Last updated
1 day ago
docker pull attuneio/attune