EKS troubleshooting
Jump to navigation
Jump to search
curl -O https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/log-collector-script/linux/eks-log-collector.sh sudo bash eks-log-collector.sh curl -O https://raw.githubusercontent.com/aws-samples/eks-pod-information-collector/main/eks-pod-information-collector.sh bash eks-pod-information-collector.sh --podname <pod_name> --namespace <pod_namespace> --service [service_name] kubectl config get-contexts -o name tar -cvf XXXXX eks-pod-information-collector-XXXXX.tar.gz
See also[edit]
- EKS troubleshooting, EKS log collector script, EKS Pod Information Collector (EPIC)
- 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
Advertising: