Sign inSign up

attuneio/attune

By attuneio

Updated 1 day ago

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

Image
Developer tools
Monitoring & observability
2

8.1K

attuneio/attune repository overview

Attune logo

Attune

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

Quick reference

What is Attune?

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.

Supported tags

  • latest - latest stable release
  • vX.Y.Z - specific version (e.g., v0.1.1)

Supported architectures

  • linux/amd64
  • linux/arm64
  • linux/arm/v7
  • linux/ppc64le
  • linux/s390x

How to use this image

Recommended 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
Pull from Docker Hub
docker pull attuneio/attune:latest
Verify image signature

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

Security

  • Runs as non-root (UID 65532)
  • Distroless base image (no shell, no package manager)
  • Signed with cosign + SLSA build provenance
  • Trivy-scanned on every release

Source

https://github.com/attune-io/attune

Tag summary

Content type

Image

Digest

sha256:49c3d7d1d

Size

17.4 MB

Last updated

1 day ago

docker pull attuneio/attune