Event streams exist on many objects as well as at the project level. The project is the highest level that a developer can explore to see all events with that particular project.
The Web Console is the primary tool to visualize events sorted by time.
- Explore the events of a pod
- Navigate to the Administrator View go to
Workloads -> Pods
and then selectEvents
- Navigate to the Administrator View go to
- For project wide events, navigate to the Developer View and go to
Observe (previously called Monitoring) -> Events
- Or on the CLI in your project
oc -n [-dev] get events --sort-by='.lastTimestamp'
- Navigate through some of the events and review some of the output that could be helpful in debugging pods
Next page - Debugging Containers