An Introduction to Terraform

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

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

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

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

  • @tridsanutaychathunyachot6952
    @tridsanutaychathunyachot6952 6 месяцев назад +1

    this very straight to the real use case and best practice.thank you for make this quality content.

  • @druzzyaka
    @druzzyaka 7 месяцев назад +3

    Thank you for the high quality content

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

    Woah Thank you for making this your videos are always top notch.

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

    Thank you for this amazing course.

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

      thanks for finding these videos useful!

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

    Brilant video once again. Thank you for sharing Anton.

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

    Awesome content, great presentation and production. Learned a ton from this, thank you!

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

    brilliant mate, well put together.

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

    Thank you!

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

    Sir I am really expecting this course from you. Finally Allah brought it by you. Thank you sir. I am sticking with this play list. 😇

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

      Well you could just ask =)

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

  • @user-mt6lk8ld7w
    @user-mt6lk8ld7w Год назад +1

    Your videos are excellent, thank you so much for making them! Slightly off-topic: do you plan to cover client-go and Kubernetes APIs, as well as controllers, operators, etc.?

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

      Thanks! Yes I was planning a coupe videos dedicated to controllers

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

    Thanks for the great content

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

    excelente!

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

    Hi Anton
    Thank you for the video.
    I have a question
    Should we put our k8s deployment yaml files into tf code?
    Like deployment yaml -> using "kubernetes_deployment" "xxx_app" { "tf_code....." }
    service.yaml -> using "kubernestes_service" "xxx_service" {tf_code}
    or should we just use Terraform code to define the infrastructure
    For all other app : server_app, prometheus, grafana, etc. For this kind of app, we should use kubectl / eksctl yaml file to deploy?
    Because I have trouble to converting service monitor yaml in to terraform code. And injecting CRDs using terraform code pain me a lot.
    Which way is the best practise?
    Thanks a lot

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

      Thanks! Well you can convert your deployments in helm and use terraform. This is typically used to deploy some infra components such as ingress controllers. I prefer to use a specialized gitops tools like argocd or flux to deploy all Kubernetes apps including infra.

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

      @@AntonPutra Thanks, I will checkout argocd for my next step 👍

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

    Thanks for the great content, my question is, can you please explain how did you do this without the need to auth terraform with your aws account? Thanks

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

      Not sure if i understood the question, but aws terraform provider can use default aws profile that you can configure with "aws configure" command

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

    First of all, thank you for these videos but I was wondering why you used launch configurations when they are being phased out by AWS. They recommend using launch templates instead.

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

      Thanks! I have another more advanced tutorial where I used template - github.com/antonputra/tutorials/blob/main/lessons/127/terraform/7-example-2.tf#L74-L79
      Tutorial - ruclips.net/video/81rQ5KgETs0/видео.html
      This one is just a showcase of how to get started.

  • @kerimaksak1573
    @kerimaksak1573 5 месяцев назад

    It's a very nice content, can you also make a tutorial content in Ansible?

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

      Thanks, I'll do that in the future, but it's as relevant as tf nowadays.

    • @kerimaksak1573
      @kerimaksak1573 5 месяцев назад

      @@AntonPutra Thank you, I'm looking forward to it.

  • @salamander-101
    @salamander-101 Год назад

    I have plan use IAC for GCP its better use terraform or terragrunt ?

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

      With terraform you can write plain terraform code. With terragrunt you only can use modules. If you just starting out and don’t have a lot of team members, start with terraform. It’s easy later to convert to terragrunt

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

    @AntonPutra you're showing you aws access key and secret

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

      thanks but they're not valid =)