Events view#
In the Events view, you can manage Kubernetes events. The view provides essential information about the state of your cluster, resource changes, and various occurrences. The Kubernetes events offer insights into the health, resource allocation, and any issues or changes that may affect your applications running in the cluster. See Kubernetes Documentation: Events for details.
The Events table lists the events occurred in the cluster. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Events input field.
You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:
Note
The table content can be exported in the CSV
file format.
Column | Description |
---|---|
Type | Describes the type of event. |
Message | Provides a system message with the details about the event. |
Namespace | Indicates the namespace to which the event is related. |
Involved Object | Specifies the object within the cluster associated with the event. |
Source | Identifies the source of the event. |
Count | Shows the number of occurrences of the event. |
Age | Displays the age of the event. |
Last Seen | Indicates the timestamp of the last occurrence. |
More Actions |
Clicking on the button opens a drop-down list with the following actions:
|