Skip to content

Implementation of Core Dumps detection pipeline in Kubernetes

Notifications You must be signed in to change notification settings

aspekt112/segwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEGwatcher

Implementation of Core Dumps detection pipeline in Kubernetes.

The goal is achieved in the following steps:

  1. Provision your nodes with Daemon Set configured with Helm chart.
  2. Daemon Set run privileged pod on each node of the cluster and rewrites /proc/sys/kernel/core_pattern with path and pattern, provided via chart values.
  3. Watchers endlessly waiting close_write event at certain directory (which should contain only core dumps).
  4. Move core dump to preconfigured S3 bucket.
  5. Send alert to Telegram channel with details and command for download.

About

Implementation of Core Dumps detection pipeline in Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published