Skip to content

Releases: raczu/kube2kafka

v0.1.0

06 Feb 20:31
d30ee54

Choose a tag to compare

This is the first release of kube2kafka – simple tool for exporting k8s events to Kafka with support for filtering them using defined filters based on regular expressions and customizing their final structure using selectors based on text/template syntax.

Relevant features

  • Filtering observed events – filters control event export to Kafka based on specified criteria, with support for regular expressions in all fields for flexible definitions.
  • Customizing events payload – selectors customize the exported event structure using a key (identifier) and a value (template syntax to extract event data).
  • User-friendly configuration – configuration allows for full customization of behavior, enabling end users to adjust the event handling according to their specific requirements.

Please check README for more detailed information and quick reference guide.