Skip to content

itakurah/kubernetes-event-exporter

 
 

Repository files navigation

Artifact Hub Chart Version License: MIT

kubernetes-event-exporter

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.


Artifact Hub

This Helm chart is published and versioned on Artifact Hub.


Helm Deployment

Add the Helm repo:

helm repo add itakurah https://itakurah.github.io/kubernetes-event-exporter/
helm repo update

Install 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.


Original Project

This fork is derived from Resmo Kubernetes Event Exporter.

All runtime behavior, event routing, and receiver configuration are as documented in the original project.

About

Helm chart support for the Kubernetes event exporter

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Go 97.2%
  • Smarty 2.0%
  • Other 0.8%