Skip to content

Commit 70225df

Browse files
committed
Add a basic README
1 parent b2c66f7 commit 70225df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# fluxcd-suspend-notifier
2+
3+
Application that watches for suspend status changes of fluxcd resources. This is designed to operate in the context of
4+
fluxcd running in a GKE cluster.
5+
6+
- GKE audit logs are tailed to observe when fluxcd resources are mutated. We use this mechanism specifically as it
7+
contains details of the user that has made the modification
8+
- The kubernetes API is used to check if the suspend status has changed (resource modifications can occur for other
9+
reasons)
10+
- If the suspend status has changed, a notification is dispatched via Slack

0 commit comments

Comments
 (0)