Skip to content

feat: add federated events RFC - #228

Merged
savme merged 1 commit into
mainfrom
doc/rfc-federated-events
Aug 27, 2026
Merged

feat: add federated events RFC#228
savme merged 1 commit into
mainfrom
doc/rfc-federated-events

Conversation

@savme

@savme savme commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Extends Activity's event pipeline to watch and attribute events from Compute's edge clusters, not just the management plane - making instance-level activity visible, filterable by location, and traceable back to the workload that caused it.

Key things:

  • Evolve the existing event-exporter and deploy one per edge cluster
  • Add a typed Source field (plane, cluster, region, city) to the Activity API
  • Change event identity to include plane and cluster, since raw Kubernetes UIDs can collide across independently-created clusters
  • Recover tenant scope from namespace labels Karmada already manages
  • Correlate edge activities back to their originating workload through a resource link
  • Authenticate each edge exporter to NATS with an nkey

Related to datum-cloud/compute#100

@scotwells scotwells left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good. Let's use locations.miloapis.com/location to line up with the new milo-os/locations service we're introducing. This label should contain the location name (e.g. us-central-1).

@savme
savme merged commit 45015c3 into main Aug 27, 2026
6 checks passed
@savme
savme deleted the doc/rfc-federated-events branch August 27, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants