Difference between revisions of "Kubectl logs"
Jump to navigation
Jump to search
Line 38: | Line 38: | ||
== See also == | == See also == | ||
* {{kubectl logs}} | * {{kubectl logs}} | ||
− | * {{ | + | * {{K8s troubleshooting}} |
* {{Kubernetes info}} | * {{Kubernetes info}} | ||
[[Category:Kubernetes]] | [[Category:Kubernetes]] |
Revision as of 10:01, 7 July 2022
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#logs
kubectl logs --help
kubectl logs my-pod
kubectl logs --previous my-pod
kubectl logs my-pod -f
orkubectl logs my-pod --follow
kubectl logs my-pod --tail=25
kubectl logs my-pod -p
orkubectl logs --previous
kubectl logs ${POD_NAME} ${CONTAINER_NAME}
kubectl logs -l app=elasticsearch
kubectl logs your_container -c count
kubectl logs error: expected 'logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER]'. POD or TYPE/NAME is a required argument for the logs command See 'kubectl logs -h' for help and examples
Related
kubectl exec
- CKA v1.23: Evaluate cluster and node logging
- CKA v1.18: Display scheduler events
- CKA v1.18: Manage cluster component logs
- CKA v1.18: Manage application logs
- CKA v1.15, CKA v1.21: Understand container logging
stern -A .
ktail
kubectl top
kubectl get events
See also
kubectl logs, ktail, stern, --previous, -c
- K8s troubleshooting:
kubectl logs, kubectl top, kubectl get events -A, kubectl describe pod
, Liveness, Readiness,Kubernetes events
, Pulling image, OOMKilled, ProbeWarning, Reason,FailedScheduling
,errImagePull, ImagePullBackOff
, Kubelet conditions:MemoryPressure, DiskPressure, KubeletHasSufficientPID, KubeletReady, kubectl [ debug | attach | exec ] kubectl cluster-info dump, SimKube, KWOK
- Kubectl information commands:
cluster-info
|view
|pods
|nodes
|services
|version
|describe | logs
Advertising: