본문 바로가기
쿠버네티스 기타

Fargate on EKS 구현

by SAMSUNG CLOUD-OKY 2020. 10. 28.
반응형

$ aws eks create-fargate-profile --cli-input-json file://demo-kube-system-profile.json --region ap-northeast-2

 

 

 

{
"fargateProfileName": "demo-default",
   "clusterName": "eks-cluster",
   "podExecutionRoleArn": "arn:aws:iam::XXXXXXXXXXXX:role/eksctl-demo-cluster-FargatePodExe-OKY",
   "subnets":[
      "subnet-07b6a641feec85XXX",
      "subnet-09c8f6e2d47194XXX"
   ],
   "selectors":[
      {
         "namespace": "dafault"

      }   
   ]     
}  

 

 

 

 

 

 

 

 

 

 

반응형

댓글