반응형
IAM - Role
Fargate - Profile setup
Notice that the profile includes the private subnets in your EKS cluster. Pods running on Fargate are not assigned public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are supported when you create a Fargate profile. Hence, while provisioning an EKS cluster, you must make sure that the VPC that you create contains one or more private subnets. When you create an EKS cluster with `eksctl` utility, under the hoods it creates a VPC that meets these requirements.
https://www.eksworkshop.com/beginner/180_fargate/creating-profile/
위에서 생성한 역할을 적용한다.
네임스페이스와 레이블을 통해 해당 Fargate를 사용할 앱을 선택하도록 한다.
https://brunch.co.kr/@topasvga/1889
반응형
'Kubernetes' 카테고리의 다른 글
Ingress - Nginx (0) | 2021.12.18 |
---|---|
Taints & Tolerations (0) | 2021.12.13 |
K9S (0) | 2021.12.11 |
Kubernetes - EKS Console setup (0) | 2021.12.11 |
Ingress - EKS (0) | 2021.12.05 |