Argo Events is an event-driven workflow automation framework for Kubernetes that triggers actions based on events from various sources (webhooks, message queues, S3, etc.).

Documents

DocumentDescription
GitHub Webhook File FilteringConfigure sensors to filter by file paths in mono-repo setups

Key Concepts

  • EventSource - Receives events from external systems (GitHub, webhooks, etc.)
  • Sensor - Listens to EventSources and applies filters to trigger actions
  • Trigger - The action to take when filter conditions are met (usually an Argo Workflow)
  • Argo Workflows (not yet documented)
  • Kubernetes CI/CD patterns (not yet documented)