Creating an AWS EKS Cluster with Terraform

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ค. 2023
  • In this comprehensive tutorial, we walk you through the process of creating an AWS EKS (Elastic Kubernetes Service) cluster using Terraform. Whether you're a beginner or an experienced user, our step-by-step guide provides detailed instructions and insights to help you set up your own EKS cluster with ease.
    github link: github.com/JyotiRanSwain/EKS_...
    kubectl installation link: docs.aws.amazon.com/eks/lates...
    command for EKS cluster setup in kubectl server:
    aws eks --region ap-southeast-1 describe-cluster --name pc-eks --query cluster.status
    aws eks --region ap-southeast-1 update-kubeconfig --name pc-eks
    power cloud: sites.google.com/view/powercl...
    #AWSEKS #TerraformTutorial #KubernetesCluster #InfrastructureAsCode #AWSCloud #DevOps #CloudNative #AWSAutomation #EKSProvisioning #AWSManagement #TerraformAutomation #KubernetesDeployment #AWSBestPractices #AWSResources #EKSScaling #TerraformGuide #AWSVPC #EKSConfiguration #CloudOrchestration #AWSInfrastructure

ความคิดเห็น • 24

  • @jalandharbehera99
    @jalandharbehera99 4 วันที่ผ่านมา

    Hi Bhai, very much informative video ❤

  • @puma509
    @puma509 9 หลายเดือนก่อน +1

    Very Basic... Love hearing the kids in the Back ground.

  • @sireeshavdasari2729
    @sireeshavdasari2729 8 หลายเดือนก่อน +2

    Thanks for the video!! I am able to create the cluster for the first time successfully

  • @mohammadumair136
    @mohammadumair136 11 หลายเดือนก่อน +1

    Easily understood 😊 please make more video like this

  • @rubeenafayeen1461
    @rubeenafayeen1461 3 หลายเดือนก่อน +1

    Thanks for the video ❤

  • @jaagannathprasadgiri4469
    @jaagannathprasadgiri4469 ปีที่แล้ว +1

    Excellent

  • @sivas4861
    @sivas4861 10 หลายเดือนก่อน +1

    Nice ! All the best brother - siva , tirupati.

  • @musheershaik9611
    @musheershaik9611 11 หลายเดือนก่อน +1

    Great video,please make videos on writing different .tf files i mean provisioning resources in companies

    • @PowerCloud-cn6yg
      @PowerCloud-cn6yg  11 หลายเดือนก่อน

      sure sure... thank you for writing

  • @omkarsingad3092
    @omkarsingad3092 7 หลายเดือนก่อน +1

    nice

  • @cggirl7481
    @cggirl7481 ปีที่แล้ว +1

    Great video. Thank you for sharing it. Could you please provide me with the version of Terraform and the AWS provider used in this demonstration?

    • @PowerCloud-cn6yg
      @PowerCloud-cn6yg  ปีที่แล้ว +1

      Thank you for writing. I have used Terraform v1.3.7 and aws-cli/2.9.23

  • @boinasantosh9669
    @boinasantosh9669 7 หลายเดือนก่อน

    Bro can you help me for creating the nodes in private subnets
    I am getting error while creating in private subnets

  • @sukhwinder101
    @sukhwinder101 10 หลายเดือนก่อน +1

    woudn't using EKS Terraform blueprints for install be easier then this ?

  • @KrishnaRac
    @KrishnaRac 3 หลายเดือนก่อน

    how to explain this in interview.

  • @shubhamdeshpande2588
    @shubhamdeshpande2588 ปีที่แล้ว +1

    Is it compulsory to create kubectl server??

    • @PowerCloud-cn6yg
      @PowerCloud-cn6yg  ปีที่แล้ว +1

      Yes, it helps to connect to the EKS API Server Endpoint.

  • @narendrasingh1597
    @narendrasingh1597 11 หลายเดือนก่อน

    Hi
    I deployed app in eks using terraform from this ref "th-cam.com/video/QGATOALIXSs/w-d-xo.html"
    After deployment, i cann't see any node, pods, any serviceaccount, replicasets etc.. in AWS eks console. what i missed?