전체 글 469

AWS EKS 배포 가능한 최대 pods 갯수

https://corgipan.tistory.com/2 AWS EKS 배포 가능한 최대 pods 갯수 백엔드 마이크로 서비스에 대한 로드 밸런싱을 테스트해보려고 하다가, worker node의 capability가 모두 차서, 더 이상 pod을 가진 service가 배포되지 않는 상황이 발생하였다. pod 갯수가 worker node instanc corgipan.tistory.com https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/using-eni.html 탄력적 네트워크 인터페이스 - Amazon Elastic Compute Cloud 5단계에서 기존 네트워크 인터페이스를 지정한 경우, 이 단계에서 어떤 옵션을 선택하든 상관없이 인스턴스는 그 네..

AWS 2020.08.11

Amazon EKS Linux 작업자 노드 feat. 노드 그룹 생성

https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/launch-workers.html Amazon EKS Linux 작업자 노드 시작 - Amazon EKS Amazon EBS 볼륨에 의해 백업되고 Kubernetes Cluster Autoscaler를 사용하는 상태 기반 애플리케이션을 여러 가용 영역에서 실행하는 경우, 각 단일 가용 영역으로 범위가 지정된 여러 노드 그룹을 구성해� docs.aws.amazon.com https://aws.amazon.com/ko/premiumsupport/knowledge-center/eks-multiple-node-groups-eksctl/ Eksctl을 사용하여 Amazon EKS 작업자 노드에 대해 여러 노드 그룹..

AWS 2020.08.11

k8s 및 eksctl 업데이트 및 cluster 관리 및 user 관리

$ eksctl upgrade cluster --name=dhk-david --approve $ kubectl rollout restart ${pod} # pod 을 recycle 함으로써, node 갱신 다중 클러스터 관리 aws eks --region region-code update-kubeconfig --name cluster_name https://docs.aws.amazon.com/eks/latest/userguide/update-cluster.html Updating an Amazon EKS cluster Kubernetes version - Amazon EKS Although Amazon EKS runs a highly available control plane, you might expe..

AWS 2020.08.10

X-Ray

https://docs.aws.amazon.com/ko_kr/xray/latest/devguide/xray-sdk-python-middleware.html#xray-sdk-python-adding-middleware-flask Python용 X-Ray SDK 미들웨어를 사용하여 수신 요청 추적 - AWS X-Ray 로드 밸런서 또는 기타 중개자가 애플리케이션으로 요청을 전달하는 경우, X-Ray는 IP 패킷 내 소스 IP가 아니라 요청의 X-Forwarded-For 헤더로부터 클라이언트 IP를 가져옵니다. 전달된 요청에 대해 �� docs.aws.amazon.com

AWS 2020.07.27