The platform's auditing function provides time-ordered operation records related to users and system security. This helps you analyze specific issues and quickly resolve problems that occur in clusters, custom applications, and other areas.
Through auditing, you can track various changes in the Kubernetes cluster, including:
Your account must have platform management or platform auditing permissions.
In the left navigation bar, click Auditing.
Select the auditing scope from the tabs:
system:
)Configure query conditions to filter auditing events:
Query Condition | Description |
---|---|
Operator | Username or system account name of the operator (default: All ) |
Actions | Type of operation (create, update, delete, manage, rollback, stop, etc., default: All ) |
Clusters | Cluster containing the operated resource (default: All ) |
Resource Type | Type of the operated resource (default: All ) |
Resource Name | Name of the operated resource (supports fuzzy search) |
Click Search.
Last 30 Minutes
). You can select a preset range or customize one..csv
file.The search results display the following information:
Parameter | Description |
---|---|
Operator | Username or system account name of the operator |
Actions | Type of operation (create, update, delete, manage, rollback, stop, etc.) |
Resource Name/Type | Name and type of the operated resource |
Clusters | Cluster containing the operated resource |
Namespaces | Namespace containing the operated resource |
Client IP | IP address of the client used to execute the operation |
Operation Result | Operation outcome based on API return code (2xx = success, other = failure) |
Operation Time | Timestamp of the operation |
Details | Click the Details button to view the complete audit record in JSON format in the Audit Details dialog box |