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

Поделиться
HTML-код
  • Опубликовано: 1 апр 2024
  • Deploy EKS Cluster Using Terraform & Jenkins | Automated EKS Cluster Creation Using Jenkins and Terraform
    GitHub Repo: github.com/yeshwanthlm/EKS-Te...
    Install AWS CLI: • Installing AWS CLI on ...
    Configure AWS CLI: • Create AWS CLI Profile...
    Terraform EKS Module: registry.terraform.io/modules...
    Follow us:
    RUclips: / @amonkincloud
    Follow our GitHub here: github.com/yeshwanthlm
    Follow our blog here: amonkincloud.com/
    Follow my personal blog here:dev.to/yeshwanthlm/
    Follow us on Instagram: / amonkincloud
    Follow us on LinkedIn: / amonkincloud
    Book 1:1 Meeting with me: topmate.io/a_monk_in_cloud
    Support my work by buying a book: www.buymeacoffee.com/amonkinc...
    Social Media: linktr.ee/amonkincloud
    🔖-------------------------Tags----------------------
    #LinuxCertified #CloudEngineer #FreeCertification #2023
    #GoogleCloudCertified #GetCertifiedProgram2023 #aws #cloudcomputing #AWSCommunity #AWSUserGroup #AWSMeetup #AWSMVP #AWSCommunity #AWSUserGroup #AWSMeetup #AWSMVP #AWSreInvent #AWScloud #AWScertification #AWSarchitecture #AWSdevops #AWSsecurity #AWSLambda #AWSGlue #AWSBatch #AWSStepFunctions #AWSS3 #AWSIoT #AWSAppSync #AWSMachineLearning #AWSDatabase #AWSServerless #AWSCloudFormation #AWSCloudTrail #AWSCloudWatch #AWSSQS #AWSSNS #AWSCodePipeline #AWSCodeCommit #AWSCodeBuild #AWSCodeDeploy #AWSCodeStar #AWSOpsWorks #AWSElasticBeanstalk #AWSFargate #AWSKubernetes #AWSContainers #AWSLambdaLayers #AWSXRay #AWSSES #AWSRoute53 #AWSDirectConnect #AWSVPN #AWSStorageGateway #AWSBackup #AWSOutposts #AWSWavelength #AWSComputeOptimizer #AWSChatbot #AWSLaunchWizard #AWSManagedServices #AWSControlTower #AWSIoTGreengrass #AWSEMR #AWSSagemaker #AWSDeepRacer #AWSRoboMaker #AWSPolly #AWSLex #AWSTranslate #AWSRekognition #AWSComprehend #AWSForecast #AWSQuickSight #AWSDataPipeline #AWSGlacier #AWSSnowball #AWSStorageClasses #AWSBackupRecovery #AWSCommunity #AWSCommunityBuilders #AWS #LearnAWSforFree #Free #FreeResources #Top5 #2022 #LearnAzure #AWSCommunityBuilderProgram #Community #RUclips #MySql #Server #AWS #EC2 #Instance #EC2_Instance #Demo #MySqlServer #Commands #Queries #LearnAWS #AWSCommunityBuilder #AWSCertified #Backup #Snapshot,#AWS,#LearnAWSforFree,#Free,#FreeResources,#2022,#AWSCommunityBuilderProgram,#Community,#Server,#EC2,#Instance,#EC2_Instance,#Demo,#Commands,
    #LearnAWS,#AWSCommunityBuilder,#AWSCertified,#Automation,#SnapshotCreation,#AWSEC2Instance,#CompleteTutorial,#LiveDemo,#ProjectBasedLearning,
    #ClearAWSInterview,#InterviewPreparation,#OnlineLearning,#SelfThoughtLearner,#Opportunity,#DevOps,#ITCareer,#DevOpsRoles,#Jobs,#India,#AWSDevops,
    #Happy,#AWSAccount,#TrainingOnAWS,#CloudComputing,#Tutorial,#AWSDemo,#AWSDevOpsProject,#SubnettingMadeEasy,#UnderstandingSubnetting,#VPC,#VNet#30DaysOfTerraform,#TerraformAWSTutorials,#TerraformFullCourse,#TerraformMadeEasy,#LearnTerraform,#FreeTerraformCourse,#TerraformCourse,#30DaysOfTerraform,#TerraformAWSTutorials,#TerraformFullCourse,#TerraformMadeEasy,#LearnTerraform,#FreeTerraformCourse,#TerraformCourse #AWS,#LearnAWSforFree,#Free,#FreeResources,#Top5,#2022,#AWSCommunityBuilderProgram,#Community,#RUclips,#Opensource,#IAC,#Terraform,#DevOps,#CareerInDevOps,
    #TrainingOnAWS,#CloudComputing,#Tutorial,#AWSDemo,#AWSDevOpsProject,#DevOpsMadeEasy,#LearnDevOps,#AWSDevOps,#AzureDevOps,#DevOpsRoadMap,#DevOpsForBeginners #Enjoy,#CloudComputing,#Tutorial,#AWSCommunityBuilderProgram,#Community
  • НаукаНаука

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

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

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

  • @accountfortesting6321
    @accountfortesting6321 21 день назад +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  21 день назад

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

  • @Kk-rl7nv
    @Kk-rl7nv 23 дня назад +1

    Please create like this SQS creation video via paramerize

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

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

    • @travelwithdiva
      @travelwithdiva Месяц назад

      @@amonkincloud Thank you 🙂

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

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

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

    If you can increase font size it would be nice

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

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

  • @jayvardhan0604
    @jayvardhan0604 3 месяца назад +1

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

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

      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 23 дня назад +2

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