How to create Fargate Profile in AWS EKS

0 votes

Hi Guys,

I am new to AWS EKS. I want to create one Fargate Profile. So that I can perform a serverless EKS Cluster. Can anyone tell me how can I do that?

Jul 6, 2020 in AWS by akhtar
• 38,260 points
1,370 views

1 answer to this question.

0 votes

Hi@akhtar,

You can use eksctl command to create one Fargate Profile in AWS EKS. I have attached one example below for your reference.

apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
  name: fargate-cluster
  region: ap-southeast-1
fargateProfiles:
  - name: fargate-default
    selectors:
      - namespace: default
      - namespace: kube-system

Copy this code in a yml file and run the below-given command.

$ eksctl create cluster -f fargate.yml

It will create one Fargate Profile for you.

answered Jul 6, 2020 by MD
• 95,460 points

Related Questions In AWS

0 votes
1 answer

How to create new stack using create-change-set in AWS Cloudformation

The type of change set operation. To ...READ MORE

answered Sep 18, 2018 in AWS by Priyaj
• 58,020 points
3,921 views
0 votes
2 answers

How to create a VPC in AWS?

There is another method i.e. creating an ...READ MORE

answered Feb 20, 2019 in AWS by Priyaj
• 58,020 points
1,233 views
0 votes
1 answer

How to create subnets in a VPC in AWS Console?

To create a subnet inside a VPC ...READ MORE

answered Feb 11, 2019 in AWS by Priyaj
• 58,020 points
1,058 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
15,475 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
4,034 views
+1 vote
1 answer

How to create an IAM user in AWS?

Hi@akhtar, To create new user in AWS, you ...READ MORE

answered Jun 1, 2020 in AWS by MD
• 95,460 points
1,393 views
+1 vote
1 answer

How to create an EBS volume in AWS?

Hi@akhtar, To create an EBS volume, you can ...READ MORE

answered Jun 8, 2020 in AWS by MD
• 95,460 points
721 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP