View Kubernetes Logs
When interacting with a kubernetes cluster 3 types of log events are recorded.
- kubectl commands
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
The Admin UI will display 4500 log lines or 100 days or events, whichever is fewer.
If you wish to download the logs or run a search for specific events, please use the CLI.