Cluster Monitoring & Logs
Metrics
Logs
# View logs
kubectl -n <ns> logs deploy/<name> --tail=200
# Recent events
kubectl get events -A --sort-by=.lastTimestampLast updated
Was this helpful?
# View logs
kubectl -n <ns> logs deploy/<name> --tail=200
# Recent events
kubectl get events -A --sort-by=.lastTimestampLast updated
Was this helpful?
Was this helpful?