You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running numerous clusters, it is challenging to run eksup from a CLI on each cluster to track and report on upgrade worthiness. Instead, I would like eksup to run on the cluster periodically and have the results sent to a central local for tracking and reporting.
Solution/User Experience
A CronJob manifest that will run eksup periodically
Ability to log results to stdout for a logging system to pick up
Ability to save results to S3 directly; useful for low costs aggregation and reporting with AWS Glue and AWS Athena
Alternative solutions
Running CLI per cluster - not really scalable for more than 30+ clusters
The text was updated successfully, but these errors were encountered:
Use case
When running numerous clusters, it is challenging to run
eksup
from a CLI on each cluster to track and report on upgrade worthiness. Instead, I would likeeksup
to run on the cluster periodically and have the results sent to a central local for tracking and reporting.Solution/User Experience
eksup
periodicallyAlternative solutions
The text was updated successfully, but these errors were encountered: