Terragrunt Tutorial: Create VPC, EKS from Scratch!

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

КОМЕНТАРІ •

  • @AntonPutra
    @AntonPutra  Рік тому +10

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

  • @gmeister3022
    @gmeister3022 Рік тому +44

    People who aren't DevOps engineers might not fully understand the tremendous value you share in your videos. In this video, you intuitively and comprehensively teach Terragrunt, an amazing tool used by some of the best DevOps teams in the industry, and not only that, you use it as an instrument to easily teach advanced AWS topics. If that wasn't enough, you cover the entire scope of infrastructure environments; development, staging, and production. What more can I say other than it's absolutely perfect?

    • @AntonPutra
      @AntonPutra  Рік тому +6

      Wow thanks! I appreciate it!

  • @eschult2001
    @eschult2001 Рік тому +14

    I've been on the software development (CI) side for 30+ years and only recently had the opportunity to contribute to the CD side of a new startup. Thanks for sharing these great tutorials! Helped me a lot while getting started on my DevOps journey.

  • @cantbefooled8044
    @cantbefooled8044 Рік тому +10

    i dont think you understand how much your explanation and combining so many different elements of devops into one video has helped me so much. Like, exactly what i was looking for. thank you so much!

  • @agun21st
    @agun21st Рік тому +6

    Awesome video for using Terraform Mudule based with Terragrunt and store state in aws S3. I followed all the way and now I am maintaining this infrastructure for my production. Waiting for next video related with this video sir.

  • @jlamoree
    @jlamoree Рік тому +8

    This is a fantastic tutorial. Extremely helpful to me.

    • @AntonPutra
      @AntonPutra  Рік тому +3

      Thank you so much for the support!

  • @roberto_camp
    @roberto_camp Рік тому +11

    Anton you are such a "go-to" guy for this stuff. Keep up the amazing work you are doing for the community. We appreciate you so much. 👊

  • @Wzooff
    @Wzooff Рік тому +7

    Terragrunt rocks!
    We use it for managing complex multi-client infra. Bunch of includes, dependencies, etc :) terraform without terragrunt usable only for very simple projects.

  • @joshualegg3750
    @joshualegg3750 Рік тому +1

    Really useful having all this information for a beginner. I was tearing my hair out going from blog post to blog post.

  • @abdallakenawy2855
    @abdallakenawy2855 Рік тому +2

    Anton, you are such a great DevOps Engineer ...keep it up, my friend!

  • @prashlovessamosa
    @prashlovessamosa Рік тому +3

    Thank you 🙏 for sharing this i was searching about this yesterday and you uploaded this
    Anton you are great.

  • @umka7536
    @umka7536 Рік тому +2

    Thanks a lot for a tutorial that covers Terragrunt from the beginning.
    Спасибо!

  • @sergey_tech
    @sergey_tech Рік тому +1

    Fantastic video! I truly appreciated the concise and fast-paced explanation. I've liked and subscribed. Thank you!

  • @conrad707
    @conrad707 6 місяців тому +2

    As always, great content by Anton on TG. Super helpful. I'll be applying many of these concepts. Thank you!

  • @kundupradip
    @kundupradip 4 місяці тому

    I created my channel just to comment on this video. This is video is very good. You are helping a lot of people like me. You are going a great job. Please keep it up. Thanks.

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

    Amazing explanation, especially the last part. I could relate it with the code we have in our live environment. Got my doubts cleared. Thanks.

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

    Thanks

  • @StephanDuToit
    @StephanDuToit Рік тому +1

    Thanks!

    • @AntonPutra
      @AntonPutra  Рік тому

      Thank you, Stephan! I appreciate your support!

  • @MrRin_
    @MrRin_ Рік тому +2

    Great Tutorial, make sure to use the same instance size as in the video and NOT t.2 micro. My autoscaler wouldn't launch and I could not figure out why, now I know that it's the instance size. My guess would be that in order for autoscaler to work - instance size should not be less than t3a.xlarge. Anyway, thanks Anton, I learned a lot

  • @renatosouza1k
    @renatosouza1k 8 місяців тому +2

    This channel is very util. Hello from Brazil.

  • @andrestorres7343
    @andrestorres7343 Рік тому +1

    Top quality, thanks for sharing 🎉

  • @tctfone1
    @tctfone1 Рік тому +1

    Nice video and perfect speed. Spasibo

  • @ChrisChristensen143
    @ChrisChristensen143 Рік тому +1

    Fantastic video. Thank you so much!

  • @haroldsalmazan7261
    @haroldsalmazan7261 Рік тому

    Very Helpful for beginners like me. Appreciate the effort of posting these.
    I just have question, when I'm adding the Labels and Taints inside the node_groups, terragrunt doesn't seem to detect it. What should I been missing? I just wanted to add multiple taints and labels for each nodegroup. I haven't added sec group as well to the node group, that will might be same instance.

    • @AntonPutra
      @AntonPutra  Рік тому

      Thanks! Well you would need to add taints to the module itself here - github.com/antonputra/tutorials/blob/main/lessons/160/infrastructure-modules/eks/3-nodes.tf#L26
      Example - github.com/antonputra/tutorials/blob/2d1421a4c6b91e8ee22017f8252aee170586b711/lessons/152/terraform/7-nodes.tf#L98-L102
      But instead of hardcoding use github.com/antonputra/tutorials/blob/main/lessons/160/infrastructure-modules/eks/3-nodes.tf#L2 variable

    • @haroldosalmazan
      @haroldosalmazan Рік тому

      ​@@AntonPutra Thank you, I was able to add in on the module. However, I'm still trying to figure out how to make an object(taint/labels) inside the node groups to not require an input/s. I have set labels and taints inside the module by using "each.value" but when I skip it on a node group, it fails saying "Unsuitable value for var.node_groups set using the TF_VAR_node_groups │environment variable: all map elements must have the same type." Still looking on what should I have to add to make this possible.
      Here what I add on module tho,
      "labels = each.value.labels"
      taint {
      key = each.value.taint.key
      value = each.value.taint.value
      effect = each.value.taint.effect
      }

  • @tiagobarreto7853
    @tiagobarreto7853 Рік тому +1

    Thank you so much Anton! Amazing knowledge!

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

    Valeu!

  • @sujithsurendran7686
    @sujithsurendran7686 Рік тому +2

    Excellent

    • @AntonPutra
      @AntonPutra  Рік тому

      Thanks

    • @sujithsurendran7686
      @sujithsurendran7686 Рік тому

      @@AntonPutra can you make some videos on Kubernetes CRD and some automation on that.

    • @AntonPutra
      @AntonPutra  Рік тому

      @@sujithsurendran7686 Operator is coming soon, but what do you mean by automation?

  • @YordisPrieto
    @YordisPrieto Рік тому +1

    55:29 It would be amazing to update the project to do all the terraform IAM setup (showcased at the end using the AWS console) using terragrunt as well.

  • @GabrielPozo
    @GabrielPozo 5 місяців тому +1

    Thank you, Anton! Amazing tutorial.

  • @HamletHakobyan-p7k
    @HamletHakobyan-p7k 4 місяці тому

    Thanks Anton, great content. Just a question: isn't better to use for_eash instead of count in subents?

    • @AntonPutra
      @AntonPutra  4 місяці тому

      Thanks! Yes, 100% use for_each to iterate over objects in Terraform. count is mostly used as a flag to indicate whether to create an object or not. Do you have an example for me using count?

  • @kundupradip
    @kundupradip 4 місяці тому

    You are the best. The tutorial is really good. Thanks for it. Please keep it up.

  • @AndroMuteli
    @AndroMuteli Рік тому +1

    спасибо, кучу времени сэкономил)

  • @sfobaygolfer
    @sfobaygolfer 25 днів тому

    Do you have any recommendations for locking down access to an EKS cluster? For example, would using my private IP to restrict and manage admin access to the cluster be a good approach? Thanks for a fantastic tutorial by the way!

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

    "Great demo! , first I noticed you configured the Terraform backend (S3 bucket) in each terragrunt.hcl file within the Dev environment subfolders (eks, kubernetes-addons, vpc). Wouldn't it be more efficient to define the backend configuration once at the root level and use Terragrunt's dependencies block to inherit it across modules? Just curious about the approach. second thing: you exclude the eks addons when you applied it , because it depends on eks creation first , do i need to apply it seperately , last thing, why you didn't push the infrastructure-live-v4 " where the Terragrunt files are located" and prefered to keep it local ?....... Thanks!"

  • @MohamedTst-ri3wf
    @MohamedTst-ri3wf 7 місяців тому +1

    Hi Anton Putra,
    Thank you for the excellent tutorial on setting up an EKS cluster! It was incredibly helpful and easy to follow.
    I wanted to ask for your guidance on adding Ubuntu 20.04 nodes to my EKS cluster. Could you provide some instructions or point me towards a resource that explains how to do this?
    Thanks in advance for your help and for the great content you create!

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

      Sure, you need to build your image using this official packer script - github.com/awslabs/amazon-eks-ami
      They are called self-managed nodes here is a reference - docs.aws.amazon.com/eks/latest/userguide/worker.html

  • @muhammadzeagham4092
    @muhammadzeagham4092 Рік тому

    I keep getting cyclic dependency error when I run "terragrunt run-all plan/apply " on dev folder. I downloaded "Anton Putra's" code and and tried running on it and it still gives same error. Can anyone help me. Also I am using local backend and modules.

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

    hi Antonio, could you please elaborate why you preferred to use folders named by the env name (dev/staging) rather than the terraform workspaces?

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

      There's a significant limitation in how to isolate different environments when using Terraform workspaces. I have a dedicated section somewhere in this video where I explain exactly why you would choose folders rather than workspaces - ua-cam.com/video/GgQE85Aq2z4/v-deo.html

  • @mdmoniruzzaman703
    @mdmoniruzzaman703 Рік тому

    Hi, in 58:40 when i run terragrunt run-all plan command, it's not working. showing can't read resource with the name of eks

    • @AntonPutra
      @AntonPutra  Рік тому

      Check if you used the same name for the cluster

  • @fedorvinogradov2587
    @fedorvinogradov2587 Рік тому +2

    Great tutorial, love it! What do you think of Terraspace?

    • @AntonPutra
      @AntonPutra  Рік тому +1

      Thanks! I haven't used Terraspace yet.

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

    Thanks for the video. very insightful.❤
    quick query: How can we share values between staging and production using this architecture?

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

      you can use read_terragrunt_config function
      example:
      locals {
      common_vars = read_terragrunt_config(find_in_parent_folders("common.hcl"))
      }
      reference - terragrunt.gruntwork.io/docs/reference/built-in-functions/#read_terragrunt_config

  • @coda2k
    @coda2k Рік тому

    Thank you very much for this AMAZING video!
    If you're creating your cluster in a region other than 'us-east-1', it's necessary to modify the kubernetes-addons/1-cluster-autoscaler.yaml file to add the 'awsRegion' value to the Helm chart, as it defaults to searching for the node group in "us-east-1". Otherwise, you'll get the error "Node ip-xxx.xxxxx.compute.internal should not be processed by the cluster autoscaler (no node group config)"

  • @ianmubangizi
    @ianmubangizi Рік тому +1

    Amazing!!!

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

    Where's the link for the part 2?

  • @ethaniel86
    @ethaniel86 Рік тому +1

    great videos! is there tutorial how to add more kubernetes-addons like aws load balancer controllers, efs csi drivers etc. using this deployment method?

    • @AntonPutra
      @AntonPutra  Рік тому

      Thanks, sure you just need to add all of your addons in this module - github.com/antonputra/tutorials/tree/main/lessons/160/infrastructure-modules/kubernetes-addons and create a specific variable such as enable_alb_controller.

  • @VuqarIE
    @VuqarIE 4 місяці тому +1

    is there possibility to replace cluster autoscaler with karpenter?

    • @AntonPutra
      @AntonPutra  4 місяці тому

      well of course, it does the same function, scale your k8s cluster. it just instead of adjusting desired size of auto scaling group it creates standalone ec2 instances. i have few videos covering karpenter

    • @VuqarIE
      @VuqarIE 4 місяці тому

      @@AntonPutra this channel should be on top. The content you are providing is marvelous. thanks a lot

  • @MisterUsman
    @MisterUsman Рік тому +1

    Hey Anton, amazing video. The build-up to the final .hcl file put it all together. Can you explain what the differences were between the live-v1/v2/v3/v4 folders and when doing this for a completely different environments, do we need to go through all those steps or can we go straight to v4

    • @AntonPutra
      @AntonPutra  Рік тому +2

      Thanks!
      v1 is just raw terraform code
      v2 uses terraform modules
      v2 & v4 both terragrunt and different modules
      You can go straight to v4 if you use open source modules or build your own and go for v4

  • @festus-obi
    @festus-obi Рік тому +1

    i'm curious, is there a reason why the tf files were prefixed with numbers ? like the below
    0-provider, 1-vpc and so on

    • @AntonPutra
      @AntonPutra  Рік тому +2

      It's just for the tutorial to sort them in the IDE and show the logical order of how you would create infrastructure components.

  • @rohanshahi1608
    @rohanshahi1608 Рік тому

    we can use terragrunt to wrap up for a bigger infrastructure on a same cloud provider
    It can be a library for all resources

    • @AntonPutra
      @AntonPutra  Рік тому +1

      agree it's very helpful when you have lots of environments and components

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

    11:42 that dev/vpc/dev/vpc/terraform.tfstate file doesn't make completely sense

  • @fauzuwannazri5267
    @fauzuwannazri5267 Рік тому +1

    Hi Anton great tutorial as usual, thanks a lot, but i wanted to ask, how do we handle eks upgrade with terraform
    , is it enough just by changing the cluster_version and eks will handle the rest, or do we need to do something
    to scale the cluster first, and do the drain and cordon etc.
    fact: Putra in my language means prince.

    • @AntonPutra
      @AntonPutra  Рік тому +1

      Thank you! Based on my multi-year experience managing Kubernetes clusters in AWS and GCP, sometimes it can be as easy as updating the version and applying Terraform. In that case, Terraform will upgrade the control plane and then node pools one by one (drain, terminate, etc). In some cases, for example, when upgrading to 1.21 or 1.22, there were breaking changes in Kubernetes which forced us to create a brand-new clusters and migrate apps there due to the new and deprecated APIs.

  • @abhishekmurthy5318
    @abhishekmurthy5318 11 місяців тому

    How do you reference data blocks that we use to fetch from AWS like authentication credentials in terragrunt?

    • @AntonPutra
      @AntonPutra  11 місяців тому

      I didn't get the question. In Terragrunt, we usually create all infrastructure using Terraform itself and use dependency references between different parts of Terragrunt. Data blocks are usually the exception, not the common practice.

  • @idansoffer5675
    @idansoffer5675 Рік тому

    @AntonPutra
    in production environment,
    when you need to upgrade the eks version…
    will you do that via terraform ..?
    or thats where terraform ends its job.
    because i guess upgrading a live eks cluster with deployments is risky .
    Thanks

    • @AntonPutra
      @AntonPutra  Рік тому

      Not really, EKS would first drain nodes and respect the constraints that you place. You need to make sure you have pod disruption budgets for all your apps to avoid any downtime.
      kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/#configure-poddisruptionbudget

  • @tautvydasbujauskas8104
    @tautvydasbujauskas8104 Рік тому +2

    Great video, I am managing a few clients but but with only 2 env, so don't see that much gain of Terragrunt, when initial setup and refactoring would be very complex. But information is very valueable. The ideo of using terraform modules like these addons is super, gonna start this from Monday :)
    Another thing that is still stopping me from using Terrafrunt is using Terraform cloud as backend, since i couldn't find good explaind example. Maybe that could be idea for next video? :)

    • @AntonPutra
      @AntonPutra  Рік тому +1

      Thanks, well you can always create your own or try to use www.runatlantis.io

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

    Do you have any git link to have the code please

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

    very clean tf code. good work

  • @mwanthidaniel1254
    @mwanthidaniel1254 Рік тому

    Hello, why is my pod not triggering for scale up of the worker nodes, `pod didn't trigger scale-up`.

    • @AntonPutra
      @AntonPutra  Рік тому

      Best way to find out is to check autoscaler controller logs. Kubectl logs …

    • @AntonPutra
      @AntonPutra  Рік тому

      Best way to find out is to check autoscaler controller logs. Kubectl logs …

  • @lukas-pastva
    @lukas-pastva Рік тому +1

    AMAZING!!!

  • @devops22
    @devops22 Рік тому +1

    Amazing Video🌟
    got a question, how could Github infra accessed private Github module without a token ?

    • @AntonPutra
      @AntonPutra  Рік тому +1

      go to settings and add "deploy key"

  • @rohmersicat3429
    @rohmersicat3429 Рік тому

    Hello master can we do manage own security group instead of using the default one ? and if that so how can i add the security group to use with K8s ?

    • @AntonPutra
      @AntonPutra  Рік тому

      It creates one for you. You can get id of the group using "cluster_security_group_id" output variable and add additional rules using the following resource "aws_security_group_rule".

    • @rohmersicat3429
      @rohmersicat3429 Рік тому

      @@AntonPutra yes what i mean if i want to allow port 8080 how can i add it on vpc ?

    • @AntonPutra
      @AntonPutra  Рік тому

      @@rohmersicat3429 I need to know your use case. For example if you your application (pod) needs access to RDS, you add EKS security groups as source in your configuration. Optionally you can setup Security groups for pods

  • @100faouri
    @100faouri Рік тому

    hi thanks a lot for the video!!
    can we migrate existing terraform code running on AWS to Terragrunt is that easy to do?

    • @AntonPutra
      @AntonPutra  Рік тому +1

      Yes, you can, but it's not easy since you need to import state for all components you already have.

  • @333HaKan333
    @333HaKan333 Рік тому +1

    Why you wrote your own module instead of using official VPC module ? is there a reason or just for teaching purposes

    • @AntonPutra
      @AntonPutra  Рік тому +2

      In the long run it’s much easier to maintain your own resources. Less abstractions less dependencies. I’m talking about 1+ year. Less technical debt you acquire is better for you and your team.

  • @sssanjaya
    @sssanjaya Рік тому

    Hi, do you recommend Terragunt for large scale projects? sometime it becomes hard to maintain.

    • @AntonPutra
      @AntonPutra  Рік тому +2

      I do, especially for big companies with lots of environments, but keep it simple and beginner friendly.

  • @pazfelipe
    @pazfelipe Рік тому

    Could you provide this same example but without using terragrunt? Just terraform?

    • @AntonPutra
      @AntonPutra  Рік тому +1

      Sure, here for exampe - github.com/antonputra/tutorials/tree/main/lessons/167/terraform
      Also, I have terraform module version - github.com/antonputra/tutorials/tree/main/lessons/156

  • @kayoutube690
    @kayoutube690 Рік тому +1

    I think git as a source is difficult to use specially if the organizations are using MFA auth for their git. But over all your video is awesome!

    • @AntonPutra
      @AntonPutra  Рік тому

      I disagree. GitOps is a standard; even in Google SRE books, they specifically mention following the same git approach.

    • @kayoutube690
      @kayoutube690 Рік тому

      You're right! But I'm referring only to jenkins. I never use GitOps but i would love to explore this tool.

    • @AntonPutra
      @AntonPutra  Рік тому +1

      @@kayoutube690 Due to the recent fork of Terraform to OpenTF, I suggest waiting to see how all those "providers" will be adopted by OpenTF. Terragrunt will no longer be able to use Terraform and will switch to OpenTF because of licensing issues.

  • @vunguyen2246
    @vunguyen2246 10 місяців тому

    thank you bro!

  • @raypi2297
    @raypi2297 Рік тому

    how to know when should use Terragrunt instead Terraform?

    • @AntonPutra
      @AntonPutra  Рік тому +2

      when you have more then 2 envs

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

    Why you have no ".terraform" dir when init ?

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

      i believe it's just hidden

  • @pier_x0
    @pier_x0 Рік тому +2

    thumb up and subscription strictly required!!!

  • @xavierordonez2484
    @xavierordonez2484 Рік тому

    Can you share the code

    • @AntonPutra
      @AntonPutra  Рік тому

      Sure, you'll find link the video description

    • @xavierordonez2484
      @xavierordonez2484 Рік тому

      @@AntonPutra please provide email to keep in touch. Some projects I have

  • @Nitinbakaya
    @Nitinbakaya Рік тому

    Sorry to say, but you are going very fast and it becomes very hard to understand and have to watch the video repeatedly which is time wasting.But overall your videos are very helpful.

    • @AntonPutra
      @AntonPutra  Рік тому +1

      Thanks for the feedback, trying to make them short and concise

  • @timorling5197
    @timorling5197 Рік тому +1

    If you change the region to something other than `us-east-1`, the autoscaler needs `awsRegion` to be set in `infastructure-modules/kubernetes-addons/1-cluster-autoscaler.tf`

    • @AntonPutra
      @AntonPutra  Рік тому

      You can set it using this variable - github.com/antonputra/tutorials/blob/main/lessons/160/autoscaller.yaml#L66

    • @timorling5197
      @timorling5197 Рік тому

      @@AntonPutra How is that yaml file being consumed? Perhaps I needed to re-init terragrunt?

    • @timorling5197
      @timorling5197 Рік тому

      I figured it out, put the autoscaler.yaml into the `dev/kubernetes-addons/` directory and add the values like normal with `helm_release`
      `values = [
      file("${path.module}/autoscaler.yaml")
      ]`