🚀 DevOps & SRE Certification Program 📅 Starting: 1st of Every Month 🤝 +91 8409492687 🔍 Contact@DevOpsSchool.com

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

EKS Tutorials: Types of Security Groups Created or Used in an EKS Cluster

When you set up an Amazon EKS (Elastic Kubernetes Service) cluster, AWS automatically creates and/or requires several security groups to manage access to the control plane, worker nodes, and other associated components.

Here’s a complete breakdown of the types of Security Groups involved during an EKS cluster setup:


🔐 Types of Security Groups Created or Used in an EKS Cluster

1. EKS Control Plane Security Group (Optional/Custom)

🔹 NameCustom
EKS Control Plane Security Group✅ (You define it in the cluster config)
  • Purpose: Controls communication from the control plane to worker nodes (EC2/EKS-managed).
  • Traffic direction: Egress traffic from control plane → worker nodes (TCP 443 by default).
  • When it’s defined: You specify this group when creating a cluster using the vpcConfig.securityGroupIds.

✅ This group is not created automatically – it’s the one you pass in during setup.


2. EKS Managed Node Group Security Group (Auto-created by EKS)

🔹 NameAuto-created
Node Security Group (Worker Nodes)✅ Yes
  • Created when: You launch a managed node group.
  • Purpose: Controls traffic between nodes and from the nodes to the control plane.
  • Includes ingress rules for:
    • Node-to-node communication
    • Control plane-to-node communication

⚠️ This security group is automatically associated with your EC2 worker nodes.


3. Cluster Shared Node Security Group (Created Automatically)

🔹 NameAuto-created
Cluster Shared Node Security Group✅ Yes
  • Purpose: Used for:
    • Worker node communication (pods across nodes)
    • Internal services
  • Managed by EKS: You cannot delete this manually.
  • Shared across multiple node groups in the cluster.

This SG ensures pods and services across nodes in the cluster can communicate securely.


4. Fargate Pod Execution Role SG (if using Fargate)

🔹 NameUser-defined
Fargate Pod ENI Security Group✅ Yes (you must specify)
  • If you’re using Fargate profiles, you need to define a security group that controls the network interfaces attached to the Fargate pods.
  • This group handles pod-level network access when no EC2 nodes are used.

5. Load Balancer Security Group (Optional)

🔹 NameCustom or auto
Load Balancer SG✅ Yes (by user or created by controller)
  • For services of type LoadBalancer, AWS creates an ELB (Classic/NLB/ALB).
  • This SG controls traffic from the internet or other services to the service endpoints.

Summary Table

Security Group TypeCreated ByPurpose
Control Plane SGUser-definedAllow traffic from control plane to worker nodes
Worker Node SGAuto-createdAllow intra-node and control plane communication
Cluster Shared Node SGAuto-createdCommon communication for all nodes
Fargate Pod SGUser-definedManage traffic for Fargate pod ENIs
Load Balancer SGController/UserAllow external traffic to Kubernetes services

🧠 Best Practices

  • Always restrict Control Plane SG to only allow required ports (like 443).
  • Tag all SGs with kubernetes.io/cluster/<cluster-name> = owned for EKS to manage them.
  • Use Network Policies inside the cluster for fine-grained pod-to-pod security.
  • Monitor SGs with AWS Config to ensure compliance.

Subscribe
Notify of
guest


0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x