Skip to main content

Command Palette

Search for a command to run...

Part 3 - Adding nodes to cluster Amazon EKS

Updated
2 min read

Login to AWS Console

Search for EKS - Clusters and click on Compute

Click on add node group.

EKS-Cluster-Configure node group four steps

Step 1: steps in adding node to cluster

Step 1: Provide the Name of the node group configuration and create IAM role if required using IAM Console

I took the remaining tab as default in step 1 you may change it as required.

scroll down click next

Step 2: Node group compute configuration

select set compute based on your requirement I took amazon Linux with t2.micro instance type

Click on next

Step 3: Very Important step - Specify networking

click on configure remote access to nodes, this will allow connections from anywhere 0.0.0.0

Due to the test cluster and nodes, I am opening remote access for the production cluster you need to check the security issues.

Here I have used my ec2 key pair the same key pair as the control node and checked all remote access nodes

Step 4: Review and create

Scroll down and create

Node group creation in progress

created nodes it is active now

The next part is the final part of the data dog configuration

https://mehdipasha.hashnode.dev/part-4-last-step-of-datadog-configuration

More from this blog

Welcome to Devops Learning !!!!

24 posts