2 posts tagged with "terraform"

NLB와 Ingress

Posted on June, 2020

앞에서 pod와 svc를 배포하고 운영중인것을 확인했다. 클러스터 밖에서 요청을 보내기 위한 3가지 방법이 있다. 를 사용해서 인증된 접근하기 앞에서 사용한 방법으로, 테스트목적으로 파드의 포트를 연결하여 바로 접근하는 방법이다. API proxy… Read full post

EKS 클러스터 구축하기 with Terraform

Posted on May, 2020

사용 aws 서비스 EKS 클러스터 t3.medium 2대 Preinstall terraform v 0.12.* kubectl aws-iam-authenticator 설치 및 설정 https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/install-aws-iam-authenticator.html (option… Read full post