Skip to content

saurabhmi2212/eks-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Explanation:

The Terraform scripts create a VPC with public and private subnets, an internet gateway, and a security group for the EKS control plane. The EKS cluster is then created, associating it with the VPC, subnets, and security group. The GitHub Actions pipeline automates the deployment of the infrastructure using Terraform.

Best Practices:

Use a dedicated VPC for the EKS cluster to isolate it from other resources. Employ security groups to control network access to the cluster. Consider using a managed Kubernetes service provider like EKS for simplified management and security. Implement autoscaling for worker nodes to handle varying workloads. Regularly update Kubernetes and cluster components to address security vulnerabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages