Dockerman Docs
Kubernetes

Events

Browse and export Kubernetes events.

The Events page fetches a snapshot of Kubernetes events for the current cluster and namespace scope. It is refreshed on demand or when relevant scope changes; it is not a continuously streaming watch.

Rows expose type, namespace, involved kind and object, count, reason, message, and timestamps. Available links depend on whether Dockerman has a route for the involved kind.

Filters

Filter by current/all namespaces, Normal or Warning type, involved-object kind, a recent time window (all, 5m, 15m, or 1h), and free text. The page does not expose the previously documented dynamic Reason selector.

Export

Export the currently filtered rows as CSV or JSON. Kubernetes itself expires Event objects according to cluster policy, so this page is not a durable audit log.

On this page