Kubernetes events are automatically created when resources have state changes, errors or other messages that should be broadcasted to the system. These events (logs) are very helpful for debugging issues in a Kubernetes cluster. Unfortunately, a kubectl get events command, by default, returns an unsorted list of the events that is not easy to search […]
The post Kubectl: Get Events & Sort By Time appeared first on ShellHacks.