View Kubernetes Logs
When interacting with a kubernetes cluster several types of log events are recorded.
- kubectl commands such as
kubectl create pod strongdm
. - API calls that happen as a result of commands
GET /apis/scheduling.k8s.io/v1?timeout=32s
- Terminal replays from exec sessions
kubectl exec -it pod/strongdm
- Debug sessions with
kubectl debug
.
The Admin UI will display 4500 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.