View Kubernetes Replays
Last modified on September 23, 2022
When interacting with a Kubernetes cluster, several types of log events are recorded:
kubectl
commands, such askubectl create pod strongdm
- API calls that happen as a result of command
GET /apis/scheduling.k8s.io/v1?timeout=32s
- Terminal replays from exec sessions
kubectl exec -it pod/strongdm
- Debug sessions with
kubectl debug
You can view Kubernetes replays in the Admin UI, section Logs > Kubernetes. The Admin UI will display 4,500 log lines or 100 days or events, whichever is fewer. For more information about log retention and the more extensive logs available from the CLI, see the Log Retention documentation.