jhawksley / rjaws

John's AWS Tool - Nicer(ish) ways to interact with AWS
MIT License
0 stars 0 forks source link

feature: eks version tracking #8

Open Umaaz opened 6 months ago

Umaaz commented 6 months ago

Description

We run multiple EKS clusters and struggle to ensure we keep the version up to date when new versions are released. It would be good to have a way to output in JSON (or similar) information about the clusters versioning.

We would like to incorporate this into alerting so we can run a job once a week that checks for new versions of EKS and sends us an alert when we have out of date clusters.

jhawksley commented 6 months ago

Depends on https://github.com/jhawksley/rjaws/issues/9, (also slated for milestone 3.2).

jhawksley commented 6 months ago

Could also think about tracking if any nodegroup has an outdated AMI, and if EKS Adonis are outdated.