Create Node groups

Overall

In Amazon EKS (Elastic Kubernetes Service), Node Groups are collections of Amazon EC2 instances that function as worker nodes in your EKS cluster. These nodes run the containerized workloads in pods, and they are where Kubernetes schedules and manages application workloads.

Create Node groups

  1. Go to EKS management console.
  • Click on Clusters.
  • Choose labEKSCluster01 cluster. VPC
  1. At labEKSCluster01 console.
  • Click Compute tab.
  • Click Add node group. VPC
  1. At Step 1: Configure node group section.
  • Enter labNodeGroup01 value at Name field.
  • Choose labNodeGroupsRole at Node IAM role field. VPC
  • Scroll down and click Next. VPC
  1. At Step 2: Set compute and scaling configuration section.
  • Choose Spot at Capacity type field.
  • Choose m1.medium at Instance types field. VPC
  • Scroll down and click Next. VPC
  1. At Step 3: Specify networking section.
  • Choose labPrivateSubnet01 and labPrivateSubnet02 at Subnet field.
  • Click Next. VPC
  1. At Step 4: Review and create section.
  • Leave as default and click Create. VPC

    It will take some time for the Node groups to be successfully created.

  1. Check if labNodeGroup01 created successfully or not. VPC

Next we will configure the EKS cluster.