Getting Started with EKS and Terraform

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

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

  • @MarcelDempers
    @MarcelDempers  4 года назад +4

    Kubernetes ☁ in ☁ the ☁ Cloud 👇🏽
    ruclips.net/p/PLHq1uqvAteVsUhzNBkn-rPzXtPNpJu1-k

    • @myleraghavendra
      @myleraghavendra 4 года назад +1

      I tried to use your code , Im facing this issue while I give terraform apply
      "Error running command 'for i in `seq 1 60`; do wget --no-check-certificate -O - -q $ENDPOINT/healthz >/dev/null && exit 0 || true; sleep 5; done; echo TIMEOUT && exit 1': exec: "/bin/sh": file does not exist. Output:"

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

    This channel has saved me literally whole days of reading docs and trying to glue stuff together. Much love

  • @muhaimintaib
    @muhaimintaib 4 года назад +10

    Not sure why this guy still don’t have millions subscribers. He’s the master of sharing knowledge with absolute clarity.

  • @hlinc2
    @hlinc2 2 года назад +3

    This channel is a textbook definition of a hidden gem

  • @roylee3196
    @roylee3196 4 года назад +15

    He is so underrated! Love your energy, keep it up Marcel.

  • @trentmurray2467
    @trentmurray2467 3 года назад +1

    That "Seriously underrrated" DevOps Guy strikes again. So much perfectly delivered content in this video. Well done.

  • @gleepwurp1974
    @gleepwurp1974 4 года назад +6

    You're a lifesaver! I've been trying to get that running for the last 2 weeks, and you've made it clear in 18 minutes!

  • @FreeSpeechWarrior
    @FreeSpeechWarrior 2 года назад +1

    Your videos are like accelerated versions or courses that I can stop, backup, try as I please without all the nonsensical time wasting of an entire course. You rock man. Can you please make a video of setting up Rancher to work with the same types of Kubernetes clusters that you're creating please?

  • @Han-ws8he
    @Han-ws8he 3 года назад +1

    Thanks! I realized that the latest terraform version (>= v1) having issue with this tutorial. I downloaded the older version (0.14) and it works.

  • @nicolassantos6824
    @nicolassantos6824 3 года назад +1

    Man, you are an amazing instructor. This tutorial is just awesome. You just earned a new sub.

  • @jainkrohit
    @jainkrohit 3 года назад

    your videos are just superb Marcel. Whenever I want to learn something new around DevOps.. the first that I do is just follow ur videos & it gives me a lot of good foundation. Love you mate.

  • @OfficeNothanks
    @OfficeNothanks 3 года назад +2

    Super useful, I was searching for something like this for some time.

  • @bayramzengin7335
    @bayramzengin7335 4 года назад

    Perfect. Accumulation of information is not knowledge.Thank You.

  • @jaysistar2711
    @jaysistar2711 4 года назад

    Nice! I just did this process with Terraform, and I had to have some Windows worker nodes. Taints and Tollerations are really helpful there, since pods will schedule on a Windows node, and fail to start if you don't have them.

  • @andyhails4847
    @andyhails4847 2 года назад +1

    This is great and really helpful - although examples are somewhat out of date now. At the time of writing this, version 18.9.0 is out for terraform-aws-modules/eks/aws module with some significant differences.

  • @sudo-bandit
    @sudo-bandit Год назад

    Exactly what I was looking for. Thank you

  • @jaysistar2711
    @jaysistar2711 4 года назад

    Something else that I've found while using Terraform with Kubernetes: Helm Charts can, and really need to, be used to add Terraform expressions to a deployment. The Kubernetes provider can create some resources, but the Kubernetes Alpha version has to be used to specify CRDs, and everything has to be done in HCL (the base language of Terraform). With the Helm provider, you just use Helm Charts (templated yaml), and you're good. You can basically use your existing yaml files. That way, you never have to use kubectl apply for anything.

    • @jaysistar2711
      @jaysistar2711 4 года назад

      I guess I should leave my comment alone. I corrected a spelling error, and it removed the heart! I guess that makes sence. I could have said A with which you agreed, and edited it to say B with which you disagreed. In this case, though, it was just a spelling correction.

  • @jameswilford5225
    @jameswilford5225 4 года назад

    Your videos are the best! We are actually already using terraform with eks but I watched to see if you did it differently. One thing I noticed, you exported the kubectl_config from the eks module, but then you don't actually use it in the kubernetes deployment like you said. You actually used the cluster certificate and token, which is a better way to do it.

  • @lurhq343
    @lurhq343 2 года назад

    Always just what we need - Thanks Marcel!!! Great video!

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

    Hello Marcel, nice tutorial. Still very much relevant in 2023. But you might want to updated version because quite a number of the modules have been deprecated.
    Well done👍

  • @sirkarim1111
    @sirkarim1111 3 года назад

    Incredible! Love the attention to details, making sure you don't leave the important stuff behind. ++

  • @eam16707
    @eam16707 2 года назад

    Thank you - one of the best teachers out there

  • @lindelaninthangeni8221
    @lindelaninthangeni8221 4 года назад

    Dude, you are good. you really simplify it. well done!

  • @08marciogeraldo
    @08marciogeraldo 2 года назад

    The best! Very good videos and your explanations are simple and clear. Thanks!

  • @halilulrahamane8798
    @halilulrahamane8798 3 года назад +3

    Error: Error in function call
    │ Thanks, followed video instructions with git repo reference and end up with version issue. any thought ..?
    │ on .terraform/modules/vpc/outputs.tf line 518, in output "vpc_endpoint_ecs_telemetry_id":
    │ 518: value = "${element(concat(aws_vpc_endpoint.ecs_telemetry.*.id, list("")), 0)}"

    │ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ])
    │ syntax to write a literal list.

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

      I ran into same error too same error, yet to fix it

  • @klipseracer
    @klipseracer 4 года назад +1

    Love your videos dude, marginally entertaining and gets the important parts across.
    Request: Can you explain more about EKS node groups?

  • @JackLogan90
    @JackLogan90 2 года назад +1

    Bless you sir!

  • @musclecode
    @musclecode 4 года назад +6

    your vids are awesome ! keep it up

  • @davidblane8318
    @davidblane8318 4 года назад

    I’ve watched so many of your videos, amazing work dude keep it up

  • @sags3112
    @sags3112 2 года назад +1

    awesome video buddy..thanks for making such a super video

  • @fluorescent_axolotl
    @fluorescent_axolotl 3 года назад

    Beautifully explained, subscribed!

  • @thesagarmatha
    @thesagarmatha 3 года назад

    Deserves million views. 🙌🙏

  • @j3bb9z
    @j3bb9z 2 года назад

    Would love similar videos about GKE and GCP services!

  • @AbulHasanLakhani
    @AbulHasanLakhani 2 года назад +1

    I assume we could just create a dockerfile for that initial container setup as well? This is just to save some manual installation steps everytime we want to repeat this process

  • @Drety6
    @Drety6 2 года назад

    0:30 - 1:01 : hell yeah man

  • @christianibiri
    @christianibiri 4 года назад

    I'm loving your videos! I really Do! Keep doing stuff like this...

  • @hotcake1336
    @hotcake1336 3 года назад +2

    Terraform says "list" is now deprecated as of v0.12 and is no longer supported, so I try using tolist([...]) like it recommended. Now I get errors saying tolist is not a valid constructor and I can't terraform apply it. WHAT!??

    • @hotcake1336
      @hotcake1336 3 года назад

      Well anyway, that deprecation broke everything, so I can't even use this example anymore. I don't know what I'm supposed to replace "list" with since "tolist" isn't working and terraform doesn't even explain properly how to fix it, especially the two lists with Objects inside them.

    • @Vera150607
      @Vera150607 2 года назад

      @@hotcake1336 easy fix, this whole problem is related wit the versions of terraform you're using, so just replace list("")), 0) with tolist([""])), 0)

  • @camilovieira181
    @camilovieira181 3 года назад +1

    Great! Thanks a lot !!!

  • @carlosayalav
    @carlosayalav 3 года назад

    So powerfull !! Thanks Devops Guy

  • @Kk-rl7nv
    @Kk-rl7nv 9 месяцев назад

    Can you please suggest how we can declare our own custom vpc if we have suppose 5 vpc called VPC A,B, C, D,E and wants to spin up EKS separately in VPC A and vpc B only then how?

  • @smanihwr
    @smanihwr 3 года назад

    Great one. Thank you!!

  • @germinikkii
    @germinikkii 2 года назад

    Nice video dude. Could you please explain how to implement Jenkins in EKS but using Terraform? Thanks

  • @renzochepar
    @renzochepar 4 года назад

    Awesome Overview !

  • @davoodsahebsyed8514
    @davoodsahebsyed8514 3 года назад

    Superb!! Excellent Keep going

  • @George-mk7lp
    @George-mk7lp 2 года назад

    which terraform version did u use?

  • @smashit002
    @smashit002 2 года назад

    Hello Sir,
    Needing your help to understand the combination of Terraform, EKS & Helm. Could you please make a video?
    I have been added to a project at work recently with all these 3 combinations and I am new to all 3.
    I see you have EKS with Helm and EkS with Terraform.
    Can you please make a short video with all 3 with an example?
    It will be of great help, thank you !

  • @shreyaspatil498
    @shreyaspatil498 2 года назад

    Treid with your code but it is saying no nodes available to schedule pods how to tackle it?

  • @bled_2033
    @bled_2033 2 года назад

    Really usefull!

  • @guyrawsthorn461
    @guyrawsthorn461 3 года назад

    Hi ThatDevOpsGuy - Amazon Video - Have you got an exmaple of deployments running on EKS using Fargate profiles?

  • @ynh2804
    @ynh2804 3 года назад

    Do you have recommended way to attach a new NIC to each eks node?

  • @ajadavis2000
    @ajadavis2000 2 года назад

    would it be best practice to put an api gateway on top of the nginx ingress point?

  • @koolkravi
    @koolkravi 3 года назад

    Nice video.
    Would setup a Bastian host to access k8s cluster .

  • @praxunix6122
    @praxunix6122 4 года назад

    Outstanding, EKS Terraform to the point explanation !! could you elaborate on map_roles = var.map_roles, map_users = var.map_users - incase role need to be created via Terraform. Thank again.

  • @mdmoniruzzaman703
    @mdmoniruzzaman703 2 года назад

    This is awesome. could you please update this since it's bit old now..

  • @aleksandrspiskunovs1867
    @aleksandrspiskunovs1867 4 года назад

    Hi, thanks for great videos. But in this one, i cant see any compute node in created EKS cluster. How can i get just created autscaling work_group to EKS? I need it, to be able to modify Compute node count (maximum, desire, minimum) if needed through aws web ui.

  • @jdubeau007
    @jdubeau007 4 года назад

    Can you create a playlist for the K8 on mirror clouds providers as well AWS EKS playlist.

  • @chrisscole
    @chrisscole 2 года назад

    Love your videos! Ever thought about doing a Kubernetes mysql replica tutorial with an operator?

  • @palanisamy-dl9qe
    @palanisamy-dl9qe 3 года назад

    Do you have terraform module video for cluster auto scale

  • @Maks-nf5bo
    @Maks-nf5bo 2 года назад

    How to connect to Docker via vscode?

  • @dqfold5557
    @dqfold5557 4 года назад

    Hi,
    This video is interresting because it's an alternative with your previous video "Introduction to Amazon EKS Kubernetes for beginners"
    You replace kubetctl + eksctl by Terrafom.
    I like very much Terraform but it seems strange to write the YAML manifest in HCL.
    With manifests in HCL, we also loose the power of Kustomize tool as seen in you previous video "Simplify Kubernetes YAML with Kustomize"
    We also loose the possibility to make CI/CD with flux as seen in "Kubernetes GitOps with Flux CD"
    I am lost here. I know you prefer simple solutions (so you prefer exclude things like Helm).
    What's better for you :
    - This solution : Using Terrafom ? And kuberctl is only here to query the cluster ?
    - Or you previous solution : Using eksctl + kubectl + kustomize (and optionnaly flux) ?
    And thanks again for your excellents videos !

    • @MarcelDempers
      @MarcelDempers  4 года назад +1

      Thanks 💪🏽
      There is a third scenario of storing all cluster manifests in cluster using Flux too.
      Ultimately, I don't think there is a right or wrong approach.
      Some go eksctl + full on ArgoCD, others Flux, others Terraform.
      I think it really depends on what you and your team are comfortable with.
      If you're a Terraform shop, stick to Terraform. Hashicorp is releasing a new K8s Alpha provider with a k8s-to-tf conversion tool. If you're a Terraform shop, it makes sense to go that path in sync with what you do.
      You may just use shell\bash\powershell and spin up your clusters and that's ok too. (Keep that in Git).
      OR - You may keep static templates in Git, package it as Helm charts and roll it out manually or via CI and that's ok too.
      Or go Flux and keep every cluster as a Git Repo.
      Personally I'd start by keeping my cluster creation scripts in Bash (

    • @dqfold5557
      @dqfold5557 4 года назад

      ​@@MarcelDempers Thank you Marcel :)

  • @SureshKumar-ow2ji
    @SureshKumar-ow2ji 4 года назад

    Excellent 😍

  • @georgelza
    @georgelza 2 года назад

    any chance you have a video where you marry the creation of a EKS cluster with a pre created VPC with subnets (created by another team using CloudFormation)

  • @derencevoo9146
    @derencevoo9146 4 года назад

    Hi Marcel, I follow your steps but not sure why I don't see node groups in the eks console and the worker ec2, although created not registeres as a node in the cluster, what might have gone wrong?

    • @derencevoo9146
      @derencevoo9146 4 года назад

      @Valar Morghulis yes I did, but I forgot what fixed it

  • @alexbrewers6685
    @alexbrewers6685 3 года назад

    love your videos. instead of creating a worker group, can you help me modify the code to include a node group? the worker group isn't technially a node group ( at least in the front end Console)

  • @anonymous3472
    @anonymous3472 3 года назад

    Nice Video, @That DevOps Guy what VS code Theme are you using?

  • @kojitechs
    @kojitechs 2 года назад +1

    Great content Dude, but terraform have updated this module using ur code as is would break

  • @szihai
    @szihai 4 года назад

    Can you do one video about Tekton and another one on Flagger? Thanks.

  • @saurabhchopra
    @saurabhchopra 2 года назад

    My eyes my eyes 😩

  • @ravindarsinghchoudhary8244
    @ravindarsinghchoudhary8244 4 года назад

    any series service mesh intro with python + django + Kubernetes + Terraform

  • @aujwalyaj
    @aujwalyaj 3 года назад

    Getting Failed to install providers

    • @aujwalyaj
      @aujwalyaj 3 года назад

      This is a MAX_PATH issue and is now resolved.

  • @teste-yh5df
    @teste-yh5df 4 года назад

    You teach so many complicated things, what is your salary lol?over 10k? u genius

  • @ogbeisibor3193
    @ogbeisibor3193 3 года назад

    too fast for beginners. thanks anyway.

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

    Any leads will be profoundly helpful. Got this error while running the code in VS code in windows os:
    Error: Your query returned no results. Please change your search criteria and try again.
    on .terraform/modules/eks/data.tf line 27, in data "aws_ami" "eks_worker_windows":
    27: data "aws_ami" "eks_worker_windows" {