Kubernetes ☁ in ☁ the ☁ Cloud 👇🏽 kzbin.info/aero/PLHq1uqvAteVsUhzNBkn-rPzXtPNpJu1-k
@myleraghavendra4 жыл бұрын
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:"
@Koojav2 ай бұрын
This channel has saved me literally whole days of reading docs and trying to glue stuff together. Much love
@muhaimintaib4 жыл бұрын
Not sure why this guy still don’t have millions subscribers. He’s the master of sharing knowledge with absolute clarity.
@hlinc22 жыл бұрын
This channel is a textbook definition of a hidden gem
@roylee31964 жыл бұрын
He is so underrated! Love your energy, keep it up Marcel.
@trentmurray24673 жыл бұрын
That "Seriously underrrated" DevOps Guy strikes again. So much perfectly delivered content in this video. Well done.
@FreeSpeechWarrior2 жыл бұрын
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?
@gleepwurp19744 жыл бұрын
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!
@nicolassantos68243 жыл бұрын
Man, you are an amazing instructor. This tutorial is just awesome. You just earned a new sub.
@AbulHasanLakhani2 жыл бұрын
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
@MarcelDempers2 жыл бұрын
For sure 💪🏽
@jainkrohit3 жыл бұрын
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.
@Han-ws8he3 жыл бұрын
Thanks! I realized that the latest terraform version (>= v1) having issue with this tutorial. I downloaded the older version (0.14) and it works.
@elibukin48402 жыл бұрын
+1
@sudo-bandit Жыл бұрын
Exactly what I was looking for. Thank you
@eam167072 жыл бұрын
Thank you - one of the best teachers out there
@JackLogan902 жыл бұрын
Bless you sir!
@OfficeNothanks3 жыл бұрын
Super useful, I was searching for something like this for some time.
@sags31122 жыл бұрын
awesome video buddy..thanks for making such a super video
@08marciogeraldo2 жыл бұрын
The best! Very good videos and your explanations are simple and clear. Thanks!
@lurhq3432 жыл бұрын
Always just what we need - Thanks Marcel!!! Great video!
@andyhails48472 жыл бұрын
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.
@180doman2 жыл бұрын
Exactly.
@musclecode4 жыл бұрын
your vids are awesome ! keep it up
@fluorescent_axolotl3 жыл бұрын
Beautifully explained, subscribed!
@bayramzengin73354 жыл бұрын
Perfect. Accumulation of information is not knowledge.Thank You.
@thesagarmatha3 жыл бұрын
Deserves million views. 🙌🙏
@jameswilford52254 жыл бұрын
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.
@jaysistar27114 жыл бұрын
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.
@lindelaninthangeni82214 жыл бұрын
Dude, you are good. you really simplify it. well done!
@halilulrahamane87983 жыл бұрын
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 Жыл бұрын
I ran into same error too same error, yet to fix it
@sirkarim11113 жыл бұрын
Incredible! Love the attention to details, making sure you don't leave the important stuff behind. ++
@jaysistar27114 жыл бұрын
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.
@jaysistar27114 жыл бұрын
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.
@davidblane83184 жыл бұрын
I’ve watched so many of your videos, amazing work dude keep it up
@kingsleyattuah9015 Жыл бұрын
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👍
@hotcake13363 жыл бұрын
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!??
@hotcake13363 жыл бұрын
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.
@Vera1506072 жыл бұрын
@@hotcake1336 easy fix, this whole problem is related wit the versions of terraform you're using, so just replace list("")), 0) with tolist([""])), 0)
@klipseracer4 жыл бұрын
Love your videos dude, marginally entertaining and gets the important parts across. Request: Can you explain more about EKS node groups?
@Drety62 жыл бұрын
0:30 - 1:01 : hell yeah man
@carlosayalav3 жыл бұрын
So powerfull !! Thanks Devops Guy
@christianibiri4 жыл бұрын
I'm loving your videos! I really Do! Keep doing stuff like this...
@smashit0022 жыл бұрын
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 !
@j3bb9z2 жыл бұрын
Would love similar videos about GKE and GCP services!
@camilovieira1813 жыл бұрын
Great! Thanks a lot !!!
@davoodsahebsyed85143 жыл бұрын
Superb!! Excellent Keep going
@germinikkii2 жыл бұрын
Nice video dude. Could you please explain how to implement Jenkins in EKS but using Terraform? Thanks
@smanihwr3 жыл бұрын
Great one. Thank you!!
@shreyaspatil4982 жыл бұрын
Treid with your code but it is saying no nodes available to schedule pods how to tackle it?
@guyrawsthorn4613 жыл бұрын
Hi ThatDevOpsGuy - Amazon Video - Have you got an exmaple of deployments running on EKS using Fargate profiles?
@Kk-rl7nv11 ай бұрын
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?
@ajadavis20002 жыл бұрын
would it be best practice to put an api gateway on top of the nginx ingress point?
@praxunix61224 жыл бұрын
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.
@renzochepar4 жыл бұрын
Awesome Overview !
@George-mk7lp2 жыл бұрын
which terraform version did u use?
@ynh28043 жыл бұрын
Do you have recommended way to attach a new NIC to each eks node?
@koolkravi4 жыл бұрын
Nice video. Would setup a Bastian host to access k8s cluster .
@jdubeau0074 жыл бұрын
Can you create a playlist for the K8 on mirror clouds providers as well AWS EKS playlist.
@georgelza2 жыл бұрын
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)
@anonymous34723 жыл бұрын
Nice Video, @That DevOps Guy what VS code Theme are you using?
@MarcelDempers3 жыл бұрын
Amethyst Dark 💪🏽
@anonymous34723 жыл бұрын
@@MarcelDempers Thank you
@palanisamy-dl9qe3 жыл бұрын
Do you have terraform module video for cluster auto scale
@Maks-nf5bo2 жыл бұрын
How to connect to Docker via vscode?
@derencevoo91464 жыл бұрын
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?
@derencevoo91464 жыл бұрын
@Valar Morghulis yes I did, but I forgot what fixed it
@aleksandrspiskunovs18674 жыл бұрын
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.
@mdmoniruzzaman7032 жыл бұрын
This is awesome. could you please update this since it's bit old now..
@dqfold55574 жыл бұрын
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 !
@MarcelDempers4 жыл бұрын
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 (
@dqfold55574 жыл бұрын
@@MarcelDempers Thank you Marcel :)
@alexbrewers66853 жыл бұрын
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)
@bled_20332 жыл бұрын
Really usefull!
@chrisscole2 жыл бұрын
Love your videos! Ever thought about doing a Kubernetes mysql replica tutorial with an operator?
@szihai4 жыл бұрын
Can you do one video about Tekton and another one on Flagger? Thanks.
@SureshKumar-ow2ji4 жыл бұрын
Excellent 😍
@ravindarsinghchoudhary82444 жыл бұрын
any series service mesh intro with python + django + Kubernetes + Terraform
@saurabhchopra2 жыл бұрын
My eyes my eyes 😩
@kojitechs2 жыл бұрын
Great content Dude, but terraform have updated this module using ur code as is would break
@aujwalyaj3 жыл бұрын
Getting Failed to install providers
@aujwalyaj3 жыл бұрын
This is a MAX_PATH issue and is now resolved.
@teste-yh5df4 жыл бұрын
You teach so many complicated things, what is your salary lol?over 10k? u genius
@ogbeisibor31933 жыл бұрын
too fast for beginners. thanks anyway.
@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" {