kx events
Shows Kubernetes events recorded against the exact object each index names — unlike kx logs, this doesn’t reach into the pods a Deployment or StatefulSet owns.
Usage
kx events [OPTIONS] <index>...Arguments
| Argument | Description |
|---|---|
<index>... | Row number from the current listing; run kx state to see it |
Global options
| Option | Description |
|---|---|
--no-color | Disable styled output |
-h, --help | Show this message and exit |
Examples
kx events 1
kx events 1 2
kx events 1..3
kx events 3..