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

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 19

  • @mahi_mad
    @mahi_mad 8 месяцев назад +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  8 месяцев назад

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

  • @JosephOfobuike
    @JosephOfobuike Месяц назад +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  Месяц назад

      Thanks for the feedback! Keep supporting 🙌

  • @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

  • @travelwithdiva
    @travelwithdiva 6 месяцев назад +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  6 месяцев назад

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

    • @travelwithdiva
      @travelwithdiva 6 месяцев назад

      @@amonkincloud Thank you 🙂

  • @vivekcharan605
    @vivekcharan605 7 месяцев назад +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  7 месяцев назад

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

  • @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

  • @prezlamen
    @prezlamen 8 месяцев назад +1

    If you can increase font size it would be nice

    • @amonkincloud
      @amonkincloud  8 месяцев назад

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

  • @Kk-rl7nv
    @Kk-rl7nv 6 месяцев назад +2

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