Show HN: Goldilocks Scraper – a scraper for Goldilocks (K8s VPA recommendations)

https://news.ycombinator.com/item?id=27717134
by sgarland • 5 years ago
1 0 5 years ago

I really like Goldilocks (https://goldilocks.docs.fairwinds.com/) for pod resource recommendations, but its CLI tool is scoped to a single namespace, and the dashboards don't have any option to export data. If you have a lot of SOAs across a lot of diverse clusters, that's a problem.

So I built this: https://github.com/stephanGarland/goldilocks-scraper

It scrapes each namespace's dashboard, grabs the code blocks with BeautifulSoup, throws them into Pandas, does some math, and dumps recommendations out into a YAML file. You can then take those and put them into your deployment.

Disclaimer: I am not responsible if you use this and break prod. It's a decent baseline, nothing more.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com