Kubernetes

bash
helm repo add acme https://charts.acmehq.io
helm install acme-agent acme/agent \
  --namespace acme --create-namespace

Auto-collects node, pod, and container metrics. Enable tracing with tracing.enabled=true.