Loading video player...
==================================================================== Subscribe : https://www.youtube.com/channel/UCq3a5LV2NtHt526ZDQYwPig/?sub_confirmation=1 ==================================================================== Hello, π In this video, we will create a real Kubernetes cluster on AWS Cloud using EKS (Elastic Kubernetes Service) with Terraform. If youβve been learning Kubernetes concepts like Pods, Deployments, Services, and Ingress β this is the next big step where we actually run Kubernetes in a real-world cloud environment. Weβll cover: β What is EKS β EKS Architecture Explained β Control Plane vs Worker Nodes β Create EKS Cluster Step-by-Step using Terraform β Connect to EKS cluster using aws eks command β List the nodes using kubectl command This video is part of the Kubernetes playlist where we move from Kubernetes concepts to real production-grade environments. https://www.youtube.com/playlist?list=PLEr0Q0hLeaQcH4gBz1KPXbAyz95vQGsYc βββββββββββββββββββ π Commands Used # Initialize Terraform terraform init # Plan terraform plan # Create the resources terraform apply -auto-approve # Connect to the cluster aws eks update kube-config --region us-east-1 --name demo-eks # Verify the nodes in the cluster kubectl get nodes βββββββββββββββββββ #GitHub repo https://github.com/Dgruploads/Kubernetes_course/tree/master/eks_setup_terraform π If this video helped you: LIKE π SHARE π SUBSCRIBE π₯ And comment: π EKS DONEβ once you complete the setup. βββββββββββββββββββ #kubernetes #eks #awscloud #devops #terraform #k8s #cloudcomputing #docker #aws #elastickubernetesservice