AWS 101

EKS on Fargate with EFS

https://aws.amazon.com/ko/blogs/korea/new-aws-fargate-for-amazon-eks-now-supports-amazon-efs/ AWS Fargate for Amazon EKS에서 Amazon EFS 지원 시작 | Amazon Web Services AWS Fargate는 Amazon Elastic Kubernetes Service(EKS)와 Amazon Elastic Container Service(ECS)에서 사용할 수 있는 서버리스 컴퓨팅 엔진입니다. Fargate를 사용하는 개발자는 인프라와 관련된 과도하고 무분별한 작업�� aws.amazon.com docs.aws.amazon.com/eks/latest/userguide/efs-csi.html Amazon..

AWS 2020.08.19

Route 53으로 다중 리전 장애 조치

http://pyrasis.com/book/TheArtOfAmazonWebServices/Chapter17/05 아마존 웹 서비스를 다루는 기술 17장 - 5. Route 53 DNS Failover 활용하기 pyrasis.com https://hy2on.tistory.com/92 AWS_Route 53으로 다중 리전 장애 조치 Route 53으로 다중 리전 장애 조치 자연재해와 같은 지역 차원의 문제로 장기간 리전 가용성이 저해될 수 있으므로 교차 리전 가용성 확보는 애플리케이션의 고가용성을 보장하는 핵심 요소가 된� hy2on.tistory.com

AWS 2020.08.18

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