To show all events on a specific kubernetes namespace ordered by date use the following:
kubectl -n namespace_name get events --sort-by='.metadata.creationTimestamp'
To show all events on a specific kubernetes namespace ordered by date use the following:
kubectl -n namespace_name get events --sort-by='.metadata.creationTimestamp'