Skip to content

Releases: Perun-Engineering/ebpf-oom-watcher

v0.0.1 - Initial Release

14 Aug 21:32
252be9b

Choose a tag to compare

🎉 Initial Release

This release represents the first stable, working version of the eBPF OOM Watcher with the following features:

✨ Features

  • eBPF-based OOM monitoring: Real-time detection of OOM kill events using kernel tracepoints
  • Kubernetes integration: Automatic enrichment of OOM events with pod/container metadata
  • Prometheus metrics: Built-in metrics server for monitoring and alerting
  • Multi-architecture support: Docker images for both AMD64 and ARM64 platforms
  • Helm chart: Easy deployment to Kubernetes clusters

🐳 Docker Images

  • ghcr.io/perun-engineering/ebpf-oom-watcher:v0.0.1
  • ghcr.io/perun-engineering/ebpf-oom-watcher:latest

📊 Helm Chart

  • oci://ghcr.io/perun-engineering/charts/oom-watcher:0.0.1

🚀 Quick Start

# Deploy with Helm
helm install oom-watcher oci://ghcr.io/perun-engineering/charts/oom-watcher --version 0.0.1

# Or run with Docker
docker run --privileged --pid=host ghcr.io/perun-engineering/ebpf-oom-watcher:v0.0.1

This release includes optimized Docker builds, comprehensive CI/CD pipelines, and has been thoroughly tested for production use.