Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Cloudformation "detect stack drifts" #186

Open
yasseur1007 opened this issue Mar 26, 2021 · 0 comments
Open

Add support for Cloudformation "detect stack drifts" #186

yasseur1007 opened this issue Mar 26, 2021 · 0 comments

Comments

@yasseur1007
Copy link

There is a nice Cloudformation feature called "detect stack drifts" which allow us to see if the resources deployed by CF drifted from the CF definition's state (like if someone changed an s3 option by hand/cli).

How i see it working for this operator?

  • We could have an option in the k8s stack resource that looks like:
  ensureNoDrift: true|false
  driftCheckFrequency: "24h"

A parallel "worker" would trigger CF drift checks on time.

  • it would then queue in CF a "detect drift request" and poll for it's results.
  • If a drift is detected, it would trigger an update of the CF using the previous definition (only if no other operation is already in progress updates or something else)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant