Kubernetes

Fargate

빠빠담 2021. 12. 11. 17:52
반응형

 

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://youtu.be/N0uLK5syctU

 

 

 

https://brunch.co.kr/@topasvga/1889

 

실습 4-15. EKS-Fargate 실습

Fargate Statless 한 프런트엔드 서비스를 Fargate에서 서비스 하라. ALB이용. 가장 비용 저렴한 방식을 사용하라.Fargate only ?  ,   EC2 EKS + Fargate EKS ? Fargate profile 생성이 필수다. role 생성도 필수다. <1>

brunch.co.kr

 

 

 

 

반응형

'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