개발관련/Kubernetes (10) 썸네일형 리스트형 Kubernetes에서 AWS ECR의 이미지를 내려받을 때 rpc error: code = Unknown desc = failed to pull and unpack image 에러 발생 경우 해결방법 참고 : https://stackoverflow.com/questions/53852007/kubectl-pod-fails-to-pull-down-an-aws-ecr-image kubectl pod fails to pull down an AWS ECR image step 1 sudo $(aws ecr get-login --no-include-email --region xx-xxxx-x) step 2 curl -LSs https://github.com/fermayo/ecr-k8s-secret/raw/master/gen-secret.sh | bash - step 3 kubectl describe secret ... stackoverflow.com https://managedkube.com/kubernetes/.. AWS EKS에 대해서 참고 문서 : https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/getting-started-eksctl.html https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/getting-started.html https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/delete-cluster.html EKS Hands-On 학습 가이드 https://eksworkshop.com/ 필요 선행 과정 : https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-macos.html Kubernetes's Objects Detai.. 이전 1 2 다음