Create an Advanced Kubernetes Cluster with EKS

In the "Code Editor" tab, open the eks.tf file.

Your task: Create an advanced EKS cluster named "advanced-cluster" with version "1.30", integrated with a VPC (assume vpc_id and subnet_ids are provided as variables), add a managed node group with t3.small instances (min_size=1, max_size=3, desired_size=2), and enable add-ons for coredns and kube-proxy.

GitOps Repository

  • 📁 /root/learn-terraform-aws-eks
    • 📄 provider.tf
    • 📄 variables.tf
    • 📄 eks.tf

Code Editor

Terminal