The System user interactive event in a Kubernetes cluster refers to an event where a system user, such as root or an administrator, interacts with the cluster.
This event could indicate potential security risks, as system users typically have elevated privileges and their actions should be closely monitored.
To investigate this event, you can use the kubectl get pods command to list all the pods in the cluster and check for any suspicious activities or unauthorized access by system users.