Difference between revisions of "EKS troubleshooting"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* [[EKS log collector script]] | * [[EKS log collector script]] | ||
* [[EKS Pod Information Collector (EPIC)]] | * [[EKS Pod Information Collector (EPIC)]] | ||
+ | |||
+ | [[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 == | == See also == |
Latest revision as of 10:56, 26 February 2024
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: