EKS Cluster Creation
Srinivasulu Paranduru
Multi Cloud Solution & DevOps Architect @ Tata Consultancy Services | Microsoft Certified Trainer, Cloud & Devops SME
Step1 : Create an Role required for EKS Creation
To create your Amazon EKS cluster role in the IAM console
6 .On the?Add permissions?tab, choose?Next.
7. For?Role name, enter a unique name for your role, such as?eksClusterRole.
8. For?Description, enter descriptive text such as?Amazon EKS - Cluster role.
9.Choose?Create role.
Steps2 : Steps to create an EKS Cluster
2.1 EKS -> Add Cluster -> Create
2.2 Configure Cluster
Name : sriniEKSCluster
kubernetes version : Latest version selected by default
Cluster service role : eksClusterRole ( Role created from step1)
2.3 Specify Networking
VPC : Selected the default one[ change as per the requirement]
领英推荐
Based on the VPC selected subnets will be populated
Security Groups : selected the default one [ change as per the requirement]
Choose Cluster IP Address family : IPV4/IPV6
Configure kubernetes service IP address range based on your requirement
Cluster endpoint access : Public (selected the default)
2.4 Configure logging
Enable/ Disable the following options
API server , Audit, Authenticator, Controller manager, Scheduler
2.5 Select Addons
Three Addons kube-proxy, coreDNS, Amazon VPC CNI will be added by default
2.6 Configure selected Addons settings
By default latest version will be selected by default for add-ons and if we want can change the versions for all the add-ons.
2.7 Review and Create
2.8 Creation of cluster will take 5 to 10 minutes of time then the status changes to Active
DevOps | AWS | Azure | Terraform | Harness | GithubActions
2 年Good one Srinivas! Also would be good see step by step implementation and creation of clusters using terraform code for creating all the resources that are required to create AWS cluster! Just a thought??