Note: This is an active fork of Resmo Kubernetes Event Exporter.
This fork only adds Helm chart support for easier Kubernetes deployment and does not otherwise change the original functionality.
⚠️ Important: The Bitnami Kubernetes Event Exporter chart has introduced breaking changes that may cause unexpected behavior.
This fork provides a Helm chart that stays consistent with the original Resmo exporter while fixing these issues.
This tool allows exporting the often missed Kubernetes events to various outputs so that they can be used for observability or alerting purposes.
This Helm chart is published and versioned on Artifact Hub.
Add the Helm repo:
helm repo add itakurah https://itakurah.github.io/kubernetes-event-exporter/
helm repo updateInstall or upgrade the chart:
helm upgrade --install kubernetes-event-exporter itakurah/kubernetes-event-exporter \
--namespace <name>
To customize configuration, create a values.yaml file and run:
helm upgrade --install kubernetes-event-exporter itakurah/kubernetes-event-exporter \
--namespace <name> \
-f values.yaml
For full configuration details, see the original Resmo Kubernetes Event Exporter documentation.
This fork is derived from Resmo Kubernetes Event Exporter.
All runtime behavior, event routing, and receiver configuration are as documented in the original project.