Deploy event-driven automation with EventSource, EventBus, and Sensor configuration. Complete setup guide for production Argo Events on Kubernetes clusters.
Deploy EventSource, EventBus, and Sensor configurations for event-driven automation on Kubernetes. Use this when setting up production Argo Events to connect external systems and trigger workflows based on events.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install patterns@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
troubleshooting.mdThis guide covers EventSource, EventBus, and Sensor configuration for event-driven automation.
This guide covers EventSource, EventBus, and Sensor configuration for event-driven automation.
| Component | Purpose | Guide |
|---|---|---|
| EventSource | Connect to external systems (Pub/Sub, webhooks) | EventSource Configuration |
| EventBus | Message broker for event delivery | EventBus Configuration |
| Sensor | Filter events and trigger workflows | Sensor Configuration |
EventBus First
Deploy the EventBus before creating EventSources or Sensors. Without a running EventBus, events have nowhere to go.
kubectl logs -n argo-events -l eventsource-name=<name>pubsub.subscriber rolekubectl logs -n argo-events -l sensor-name=<name>maxAge retention| Component | Purpose | Guide |
|---|---|---|
| EventSource | Connect to external systems (Pub/Sub, webhooks) | EventSource Configuration |
| EventBus | Message broker for event delivery | EventBus Configuration |
| Sensor | Filter events and trigger workflows | Sensor Configuration |
EventBus First
Deploy the EventBus before creating EventSources or Sensors. Without a running EventBus, events have nowhere to go.
kubectl logs -n argo-events -l eventsource-name=<name>pubsub.subscriber rolekubectl logs -n argo-events -l sensor-name=<name>maxAge retentionSee troubleshooting.md for common issues and solutions.