[EKS] Setting Up an EKS Cluster and ALB Integration on AWS
K8S ARCITECTURE
1. EKS Cluster Setup
1.1 Install eksctl
Windows (Powershell):
choco install -y eksctl
eksctl version # Verify installation
Linux:
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(...
heebrynn.hashnode.dev3 min read