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,230 points
1,130 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,440 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,090 points
3,650 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,090 points
859 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,090 points
777 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
14,610 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 6,096 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,440 points
1,123 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,440 points
502 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