Skip to main content

Events And History

Testudo uses Kubernetes Events, CRD status history, and statistics resources for observability.

Kubernetes Events

Operator emits Events for important state changes and errors. Server exposes:

  • GET /apis/v1/events
  • GET /apis/v1/watch/events
  • GET /apis/v1/:resource/:name/history
  • GET /apis/v1/watch/:resource/:name/events

The console page Events And Audit / Task Events aggregates task events.

Task events

Sync History

DataSync.status.history and ResourceSync.status.history record recent sync attempts, start and completion times, backup names, restore names, resource counts, and status.

Operation History

DisasterOperation records step details. Use operation history when debugging failover, reprotect, cancel, or drill execution.