Terragrunt Tutorial: Create VPC, EKS from Scratch!

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

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

  • @AntonPutra
    @AntonPutra  Год назад +9

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

  • @gmeister3022
    @gmeister3022 Год назад +43

    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!

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

  • @joshualegg3750
    @joshualegg3750 9 месяцев назад +1

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

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

    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.

  • @eschult2001
    @eschult2001 Год назад +13

    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!

    • @AntonPutra
      @AntonPutra  Год назад

      Thank you! Glad to hear that!

  • @GabrielPozo
    @GabrielPozo 2 месяца назад +1

    Thank you, Anton! Amazing tutorial.

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

  • @andrestorres7343
    @andrestorres7343 Год назад +1

    Top quality, thanks for sharing 🎉

  • @tiagobarreto7853
    @tiagobarreto7853 9 месяцев назад +1

    Thank you so much Anton! Amazing knowledge!

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

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

  • @dannotes9396
    @dannotes9396 4 месяца назад

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

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

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

      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

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

      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 - ruclips.net/video/GgQE85Aq2z4/видео.html

  • @prashlovessamosa
    @prashlovessamosa Год назад +3

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

  • @conrad707
    @conrad707 3 месяца назад +2

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

  • @renatosouza1k
    @renatosouza1k 5 месяцев назад +2

    This channel is very util. Hello from Brazil.

  • @333HaKan333
    @333HaKan333 9 месяцев назад +1

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

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

  • @umka7536
    @umka7536 Год назад +2

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

  • @abdallakenawy2855
    @abdallakenawy2855 Год назад +2

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

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

    "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!"

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

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

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

  • @HamletHakobyan-p7k
    @HamletHakobyan-p7k Месяц назад

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

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

      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?

  • @pier_x0
    @pier_x0 Год назад +2

    thumb up and subscription strictly required!!!

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

  • @sergey_tech
    @sergey_tech 11 месяцев назад +1

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

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

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

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

  • @renatosouza1k
    @renatosouza1k 4 месяца назад +1

    Valeu!

  • @muhammadzeagham4092
    @muhammadzeagham4092 11 месяцев назад

    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.

  • @mdmoniruzzaman703
    @mdmoniruzzaman703 9 месяцев назад

    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  9 месяцев назад

      Check if you used the same name for the cluster

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

  • @fedorvinogradov2587
    @fedorvinogradov2587 Год назад +2

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

    • @AntonPutra
      @AntonPutra  Год назад +1

      Thanks! I haven't used Terraspace yet.

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

    Do you have any git link to have the code please

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

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

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

      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.

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

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

  • @VuqarIE
    @VuqarIE 28 дней назад +1

    is there possibility to replace cluster autoscaler with karpenter?

    • @AntonPutra
      @AntonPutra  27 дней назад

      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 27 дней назад

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

  • @mwanthidaniel1254
    @mwanthidaniel1254 9 месяцев назад

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

    • @AntonPutra
      @AntonPutra  9 месяцев назад

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

    • @AntonPutra
      @AntonPutra  9 месяцев назад

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

  • @ChrisChristensen143
    @ChrisChristensen143 Год назад +1

    Fantastic video. Thank you so much!

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

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

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

  • @tctfone1
    @tctfone1 Год назад +1

    Nice video and perfect speed. Spasibo

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

  • @AndroMuteli
    @AndroMuteli 11 месяцев назад +1

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

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

  • @haroldsalmazan7261
    @haroldsalmazan7261 10 месяцев назад

    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  10 месяцев назад

      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 9 месяцев назад

      ​@@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
      }

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

  • @StephanDuToit
    @StephanDuToit 10 месяцев назад +1

    Thanks!

    • @AntonPutra
      @AntonPutra  10 месяцев назад

      Thank you, Stephan! I appreciate your support!

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

  • @lukas-pastva
    @lukas-pastva 9 месяцев назад +1

    AMAZING!!!

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

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

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

  • @raypi2297
    @raypi2297 Год назад

    how to know when should use Terragrunt instead Terraform?

    • @AntonPutra
      @AntonPutra  Год назад +2

      when you have more then 2 envs

  • @vunguyen2246
    @vunguyen2246 7 месяцев назад

    thank you bro!

  • @raypi2297
    @raypi2297 4 месяца назад

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

    • @AntonPutra
      @AntonPutra  4 месяца назад

      i believe it's just hidden

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

  • @coda2k
    @coda2k 11 месяцев назад

    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!!!

  • @timorling5197
    @timorling5197 Год назад

    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")
      ]`