EKS 문제 해결
목차
문제 해결 기본 사항
문제 해결 접근 방식
필수 도구 및 명령어
AWS CLI
kubectl
eksctl
AWS CloudWatch
로그 수집 및 분석
EKS 컨트롤 플레인 로그
노드 로그
파드 로그
진단 정보 수집
클러스터 진단 정보
시스템 리소스 정보
네트워크 진단
클러스터 생성 및 관리 문제
클러스터 생성 실패
일반적인 원인
문제 해결 단계
일반적인 해결 방법
클러스터 엔드포인트 접근 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
클러스터 삭제 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
네트워킹 문제
파드 간 통신 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
서비스 접근 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
로드 밸런서 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
DNS 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
VPC CNI 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
노드 및 파드 문제
노드 상태 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
파드 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
자동 스케일링 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
IAM 및 인증 문제
IAM 인증 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
RBAC 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
스토리지 문제
EBS 볼륨 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
EFS 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
로깅 및 모니터링 문제
CloudWatch 로그 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
모니터링 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
성능 문제
노드 성능 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
파드 성능 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
네트워크 성능 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
업그레이드 문제
클러스터 업그레이드 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
노드 그룹 업그레이드 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
애드온 업그레이드 문제
일반적인 원인
문제 해결 단계
일반적인 해결 방법
일반적인 오류 메시지 및 해결 방법
클러스터 생성 및 관리 오류
UnsupportedAvailabilityZoneException
UnsupportedAvailabilityZoneExceptionResourceLimitExceeded
ResourceLimitExceededInvalidParameterException: Error in role params
InvalidParameterException: Error in role paramsClusterUnreachable
ClusterUnreachable노드 및 파드 오류
FailedScheduling: 0/3 nodes are available: 3 Insufficient memory
FailedScheduling: 0/3 nodes are available: 3 Insufficient memoryCrashLoopBackOff
CrashLoopBackOffImagePullBackOff
ImagePullBackOffEvicted
Evicted네트워킹 오류
FailedCreateServiceEndpoints
FailedCreateServiceEndpointsEniLimitExceeded
EniLimitExceededFailedLoadBalancerCreation
FailedLoadBalancerCreationIAM 및 인증 오류
error: You must be logged in to the server (Unauthorized)
error: You must be logged in to the server (Unauthorized)error: You must be logged in to the server (the server has asked for the client to provide credentials)
error: You must be logged in to the server (the server has asked for the client to provide credentials)error: error loading config file "/home/user/.kube/config": open /home/user/.kube/config: permission denied
error: error loading config file "/home/user/.kube/config": open /home/user/.kube/config: permission denied스토리지 오류
FailedAttachVolume: Multi-Attach error for volume
FailedAttachVolume: Multi-Attach error for volumeFailedMount: Unable to mount volumes for pod: timeout expired waiting for volumes to attach or mount
FailedMount: Unable to mount volumes for pod: timeout expired waiting for volumes to attach or mountPersistentVolumeClaim is not bound
PersistentVolumeClaim is not bound로깅 및 모니터링 오류
Failed to list *v1.Pod: Unauthorized
Failed to list *v1.Pod: UnauthorizedFailed to scrape node
Failed to scrape nodeFailed to list *v1.Pod: the server could not find the requested resource
Failed to list *v1.Pod: the server could not find the requested resource퀴즈
마지막 업데이트