Always-Try(정보보안 및 일상)

EKS Starter - 5. EKS in depth 본문

AWS

EKS Starter - 5. EKS in depth

Always-Try 2021. 9. 4. 00:03
https://www.udemy.com/course/amazon-eks-starter-kubernetes-on-aws/ 참고

 

이 부분은 현재 실습이 어려운 환경이므로 관련 된 공식 docs나 다른 블로그의 링크를 첨부하는 것으로 대체한다.

 

1. EKS Networking - VPC

워커노드는 Private subnet에 두고, 외부에 노출해야 될 경우 Public subnet에 LB를 두고 운영하는 것을 권고한다.

그리고 VPC는 반드시 DNS 호소트 네임과 DNS Resolution을 지원해야한다. (아니면 노드들이 등록되지 않는다.)

 

 

2. EKS Networking - Security Groups

https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html 

 

Amazon EKS security group considerations - Amazon EKS

To allow proxy functionality on privileged ports or to run the CNCF conformance tests yourself, you must edit the security groups for your control plane and the nodes. The security group on the nodes' side needs to allow inbound access for ports 0-65535 fr

docs.aws.amazon.com

 

3. EKS Pod Networking 

https://docs.aws.amazon.com/ko_kr/eks/latest/userguide/pod-networking.html

 

포드 네트워킹(CNI) - Amazon EKS

CNI 플러그인 버전 1.7.0 이상을 사용하고 있고 사용자 정의 포드 보안 정책을aws-node에 사용되는 Kubernetes 서비스 계정aws-node포드가 배포된 경우 정책에NET_ADMIN에서allowedCapabilities섹션과 함께hostNetwor

docs.aws.amazon.com

https://medium.com/finda-tech/kubernetes-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%81%AC-%EC%A0%95%EB%A6%AC-fccd4fd0ae6

 

쿠버네티스(Kubernetes) 네트워크 정리

Kubernetes Network

medium.com

 

 

Comments