Deploy EKS Cluster Using Terraform & Jenkins |Automated EKS Cluster Creation Using Jenkins Terraform

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 19

  • @mahi_mad
    @mahi_mad 9 місяців тому +2

    This is rare. people everywhere teach the easy stuff, but real automation is found to be nowehere. Good work brother !! very few mix jenkins and terraform

    • @amonkincloud
      @amonkincloud  9 місяців тому

      I agree with you. Thank you for your kind words 🙏
      Keep supporting!

  • @JosephOfobuike
    @JosephOfobuike 2 місяці тому +1

    Bravo!!!! This is hands down an easy to learn tutorial. Thank you so much for this. I will try monitoring with cloudwatch and grafana or with prometheus and grafana.

    • @amonkincloud
      @amonkincloud  2 місяці тому

      Thanks for the feedback! Keep supporting 🙌

  • @travelwithdiva
    @travelwithdiva 7 місяців тому +1

    Nice one. Do we have to run this pipeline again and again if we want to make some changes like a diff version of the pod image or so, or create a separate pipeline that will deploy only the changes in the same eks cluster or the eks cluster will recreate using your pipeline and redeploy everything. What will be downtown in that case?

    • @amonkincloud
      @amonkincloud  7 місяців тому

      Everyone uses the same pipeline. And downtime depends on what changes you are making

    • @travelwithdiva
      @travelwithdiva 7 місяців тому

      @@amonkincloud Thank you 🙂

  • @vivekcharan605
    @vivekcharan605 8 місяців тому +1

    Hi
    I Have a question here
    in eks terraform file, you already mentioned instance_types under eks_managed_node_group_defaults
    why again instance_types under eks_managed_node_group

    • @amonkincloud
      @amonkincloud  8 місяців тому

      If you want to overwrite the default values then you can use this

  • @accountfortesting6321
    @accountfortesting6321 6 місяців тому +1

    good video, but can you suggest below points:
    1: You created a new VPC but suppose if we would need to use our own custom VPC which already in use with other services.
    2: How we can integrate existing EKS cluster upgradation process in Jenkins and terraform code to upgrade where when we trigger the jenkins job then it ask you want to create or upgrade when we choose upgrade then we would have the option to enter the version once done, then it will ask to upgrade the node groups. can you create a video on the same if possible.
    3: If we provision EKS in free tier account for testing with 1 node group 1 t2.micro instance then how much costing for 24 hours only.

    • @amonkincloud
      @amonkincloud  6 місяців тому

      1. Yes you can
      2. EKS UI itself has an upgrade button
      3. Please check pricing documentation for details on the cost

  • @prezlamen
    @prezlamen 9 місяців тому +1

    If you can increase font size it would be nice

    • @amonkincloud
      @amonkincloud  9 місяців тому

      Sure, I have noted it.
      For this video please refer to the GitHub repository in parallel while watching

  • @Kk-rl7nv
    @Kk-rl7nv 6 місяців тому +1

    Please create like this SQS creation video via paramerize

  • @jayvardhan0604
    @jayvardhan0604 9 місяців тому +1

    also, give as a full cicd pipeline using AWS services only

    • @amonkincloud
      @amonkincloud  9 місяців тому

      Jenkins is the standard tool used in the industry. But if you are willing to explore AWS Services, please go with AWS CodePipeline

  • @Kk-rl7nv
    @Kk-rl7nv 6 місяців тому +2

    Please suggest can and should we automate eks cluster upgrade via Jenkins parameterize please create a project video