vpadvis is a command-line tool designed to aggregate and display recommendations from the Vertical Pod Autoscaler (VPA) in Kubernetes.
go install github.com/5st7/vpadvis@latest
Ensure that your $GOPATH/bin is included in your system's PATH to execute the binary directly.
To display recommendations in plaintext format:
vpadvis recommend --namespace default --format plaintext
To display recommendations in Markdown format:
vpadvis recommend --namespace default --format markdown