Тёмный

How to Deploy AWS EKS with Terraform - The Simplest Guide to Get Up and Running 

ASCODE
Подписаться 3,1 тыс.
Просмотров 42 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 120   
@AllisonSolanoFlores
@AllisonSolanoFlores 11 месяцев назад
I vote for the Terraform video. You explain very well.
@ascode-com
@ascode-com 11 месяцев назад
thank you so much!
@PatoxMaia
@PatoxMaia Месяц назад
10 months later, this is still saving hours of work. My first time dealing with Terraform and I learned all I needed today from this video. Thanks for taking the time to share this.
@tanjamikhno
@tanjamikhno Год назад
Mate, that's the easiest and most feature-packed k8s @ aws tutorial I've ever seen, huge thanks!!!!!!!
@ascode-com
@ascode-com Год назад
thanks! glad i could help out
@GoatOnATrain
@GoatOnATrain Год назад
I just spent days trying to wrap my head around EKS with Terraform and trying to configure permissions. I even found the same module and the same example, but it's a massive file with no real explanation for what's going on in it. Thank you so much. And yes, I would like you to do a best practices video with all the goodness.
@ascode-com
@ascode-com Год назад
happy to help!
@level.IT.up.training
@level.IT.up.training 5 дней назад
Great video, very informative and very well put together 👍
@jingliliu-x5o
@jingliliu-x5o Год назад
I stumbled two times into your clip. First time is in my preparation for CKA, second time is for a example to deploy a EKS cluster with terraform. Now I realize you have a total of six clips. I think you do great tutorials. You remind me of the python tutor Angela Yu who had 2 million students. Please keep doing more.
@ascode-com
@ascode-com Год назад
that's awsome haha and thank you so much!
@Jay2Ops
@Jay2Ops Год назад
I will appreciate a Terraform Tutorial. This was helpful as well.
@ascode-com
@ascode-com Год назад
awesome, thanks for the input
@OlawaleoOgundare
@OlawaleoOgundare 10 месяцев назад
I love the simplicity and I tried it and its running, bravo. Thanks. And I like your color gradient and your cap.
@ascode-com
@ascode-com 9 месяцев назад
hi thanks so much!
@mfich
@mfich 10 месяцев назад
Great tutorial! I'm interested in the full terraform best practice guide you mentioned.
@ascode-com
@ascode-com 9 месяцев назад
awesome, thanks!
@andrewnhien9714
@andrewnhien9714 Год назад
Thank you. Please make more video about Terraform follow best practises. Hope see you soon!
@ascode-com
@ascode-com Год назад
popular request so i'm working on putting some things together! thanks :)
@AungBaw
@AungBaw Год назад
Dude! you came back, do more videos. Thanks. 9:05 context switch was lighting fast
@ascode-com
@ascode-com Год назад
thanks m8 :)
@oshoshoshoshosh
@oshoshoshoshosh 9 месяцев назад
Awesome work, clear explanations, very well done. You rock!
@ascode-com
@ascode-com 9 месяцев назад
no you rock!
@mahmoudhassan1324
@mahmoudhassan1324 Год назад
thanks a lot for the video. i was asked for a task as a test to start my new carrier and this really helps with a huge part of it. keep going bro
@ascode-com
@ascode-com Год назад
getting started is the hardest part! you got this!
@rodgaray
@rodgaray 11 месяцев назад
This video is excellent! Please, if you have the time, I would love to see a more "prod" like, it would be amazing!!! Thank you!!!
@ascode-com
@ascode-com 11 месяцев назад
great suggestion, i'll keep it in mind for future stuff!
@ThePragmaticAutomator
@ThePragmaticAutomator Год назад
Terraform tutorial will be great!
@ascode-com
@ascode-com Год назад
heard, seems like a popular request so i'll keep that in mind for future vids! thanks
@patorikusutaru7483
@patorikusutaru7483 3 месяца назад
i complete the course and just leave it be, not realizing the node group still active and charge me for over 80$ for an empty cluster. thanks ascode :)
@ciscoboy-devon1732
@ciscoboy-devon1732 Год назад
This was awesome! Very well detailed & explained, Thanks for sharing 💪I am currently working on Cluster AutoScalers on EKS as well HPA's. I seem to have the Cluster Autoscaler on point, HPA's is my next ball game. Great to see you back in action!
@ascode-com
@ascode-com Год назад
hey good to see you again!! and that's sick, wishing you minimal errors and bugs!
@brunopaz1645
@brunopaz1645 6 месяцев назад
I really love you! It has been a brutal support for a problem I had! Thx!!!
@irisluxton
@irisluxton Месяц назад
9:05 nice transition =)))
@georgelza
@georgelza Год назад
you mentioned terraform best practices... def keen on that, if you can cover the for_each loop also, I've got 9 subnets, 3 groups of 3, across 3 AZ's. so allot of repitition that i'm sure can be done better. thanks for easy to follow video.
@ascode-com
@ascode-com Год назад
thanks for the topic suggestions! here's some info to get you started: one of the ways you can automate this kind of set up is to dynamically get the az's and use functions like cidrsubnet() to generate the subnets. here's a thorough example: github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/examples/complete/main.tf another way is to use for_each like you mentioned and will be the way to go if you strictly need to define which az's are being used and what subnets they receive. here's an example i've done in the past: github.com/kjpark/terraform-aws-eks-vpc-cni-custom-networking/blob/main/subnets.tf with vars defined like this: (also in that repo's readme) secondary_cidr = "100.64.0.0/16" secondary_subnets = { us-east-1a = "100.64.0.0/18" us-east-1b = "100.64.64.0/18" us-east-1c = "100.64.128.0/18" us-east-1d = "100.64.192.0/18" } personally i like the second option more as its more explicit.
@QwickGainz
@QwickGainz 4 месяца назад
Did you end up making a video for best practices in terraform? I would love to see it!!
@ascode-com
@ascode-com 3 месяца назад
may break it out into different videos - like the one i made on terraform plan/apply! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-gGEDqXNvVVQ.html
@sarangsawant4497
@sarangsawant4497 6 месяцев назад
Good explanation, thank you :)
@JeffInTech
@JeffInTech 11 месяцев назад
This helped me alot!!! thank you!
@campagnollo
@campagnollo 2 месяца назад
The complete folder in github is now gone. Unable to follow.
@yuriytimerkhanov1228
@yuriytimerkhanov1228 Год назад
Thanks, just in time for me.
@ascode-com
@ascode-com Год назад
happy to help!
@ericchagas3298
@ericchagas3298 7 месяцев назад
its run perfect, the only thing that I had problem is about LB, when I create a service.yaml as type load balancer my status always stay as pedding, do you think that miss some module in terraform for it runing well? other thing is about SG...its looks creating more than 1 SG, that gave me problem with LB too....thanks for all man.
@ascode-com
@ascode-com 7 месяцев назад
check `kubectl describe svc my-loadbalancer` for the reason. you may need to configure aws load balancer controller and/or add some annotations
@sudo-bandit
@sudo-bandit Год назад
Hey! Thanks for the video! How long have you been in DevOps? I'm currently a sysadmin and enjoy practicing devops workflows
@ascode-com
@ascode-com Год назад
around 2 years for devops things!
@rajeshaussie
@rajeshaussie Год назад
Thats a good tutorial to kick start with EKS using Terraform. Can please advise how should we do the Cluster upgrade using Terraform ?
@ascode-com
@ascode-com Год назад
this probably deserves a video on its own... but check out these links out for now: aws-ia.github.io/terraform-aws-eks-blueprints/advanced/cluster-upgrades/ and maybe this for a more detailed upgrade aws-ia.github.io/terraform-aws-eks-blueprints/advanced/cluster-upgrades/
@sadmanh0
@sadmanh0 10 месяцев назад
do you know of any resources on how I can use the fargate profiles? So far I have been able to do it with node group like in your video and that works great, but I want to try out serverless as well. From what I understand the problem is that the pods launched by default have an annotation in their yaml that forces them to use the node groups, do we update that? Or just leave those as is and only have our application run on the fargate nodes?
@ascode-com
@ascode-com 10 месяцев назад
fargate nodes are pretty niche. i’d use them in tandem with regular nodes if you have to bc they have so many limitations. try using the complete example in the EKS terraform repo as a starter if you need to go down this path
@MrTheBroMoe
@MrTheBroMoe Год назад
Good video! Hope you’ll make more soon
@ascode-com
@ascode-com Год назад
thank you :) planning on it!
@aaronl1251
@aaronl1251 Год назад
Fantastic tutorial. I appreciate you keeping it simple. If you do create another with fargate and a bit more "prod" worthy config, I would surely not complain. :)
@ascode-com
@ascode-com Год назад
oh man, eks with fargate is another beast entirely XD i wish you luck
@Deevg-f9e
@Deevg-f9e 8 месяцев назад
Very informative. I tried to create a GKE Auto Pilot cluster in GCP with a shared VPC private network through terraform, assigned necessary GKE service account permissions, and make sure the control plane, node, ranges IP range and the location are aligned correctly as per the GCP GKE documentation. But stuck with this exception again and again, 'Error: Error waiting for creating GKE cluster: All cluster resources were brought up, but: only 0 nodes out of 1 have registered; cluster may be unhealthy.' Pls share if there is any suggestions to troubleshoot this error ??
@ascode-com
@ascode-com 8 месяцев назад
older versions of the gcp autopilot provider had a bug where you had to set an empty ip_allocation_policy github.com/hashicorp/terraform-provider-google/issues/10782 . Not sure if that's your exact issue without knowing more details.
@sukki_43
@sukki_43 11 месяцев назад
Hey Amazing and very insightful video can you please make such video more and if possible can you include cloud projects or devops projects that newbies can practice
@ascode-com
@ascode-com 11 месяцев назад
hey great suggestion! i'll write that down future ideas
@jonatanmoussandao397
@jonatanmoussandao397 11 месяцев назад
Awesome content. Please if you can cover terraform best practice
@ascode-com
@ascode-com 11 месяцев назад
thanks and noted!
@IceLanderve
@IceLanderve Год назад
Great video. I am looking to configure a basic cluster with existing VPCs and private subnets, I suppose it's as simple as filling in the blanks. Thanks!
@ascode-com
@ascode-com Год назад
yup! just change the basic vpc config i provided for your own and you should be all set
@colossuselka-zc7hb
@colossuselka-zc7hb Год назад
loved your channell!
@ascode-com
@ascode-com Год назад
thank you!
@hughesadam87
@hughesadam87 Год назад
Do you recommend this over using the eks blueprint libraries. They look cool but docs lacking. Does this create a cloud stack or naw?
@ascode-com
@ascode-com Год назад
i agree, blueprints look cool but i would avoid bc they're not as popular or have as much support. if you're trying to stick with nodejs i'd take a look at pulumi for IaC. otherwise use terraform
@hughesadam87
@hughesadam87 Год назад
@@ascode-com Thanks - I went with eksctl for now but will switch to terraform long term
@ascode-com
@ascode-com Год назад
@@hughesadam87 eksctl is a great option too!
@dekooks1543
@dekooks1543 Год назад
Brilliant stuff !! But come on now drop the dotfiles 😂
@ascode-com
@ascode-com Год назад
it's not production-grade (one day!) but if you want 'em for reference here ya go :) github.com/kjpark/dotfiles
@BeverageOfSorts
@BeverageOfSorts 10 месяцев назад
what a legend
@h3itham
@h3itham 10 месяцев назад
saved my day!
@leibiw
@leibiw 7 месяцев назад
Have you ever run into where the "coreDNS" become degraded? I'm working on a project that trying to launch an EKS that hosts a Minecraft server and every time I run the terraform apply the coredns hangs and end up being degraded in the cluster section in the add-on tab.
@ascode-com
@ascode-com 7 месяцев назад
not sure without knowing more but i’d check your plugin versions and terraform / k8s versions. I’d also look at the plugins installed via the console UI to make sure it’s installed properly
@amalviswanathan3254
@amalviswanathan3254 8 месяцев назад
hey, can you do a quick video on the latest release which is 20.0 which has a major change in configmap and auth section for eks.
@ascode-com
@ascode-com 8 месяцев назад
interesting stuff. According to the 20.x upgrade notes... "This sub-module will be removed entirely in the next major release." Looks like major changes are still coming!
@QwickGainz
@QwickGainz 4 месяца назад
What would happen if i left both self managed and managed node groups in there? Which would be created? Both?
@ascode-com
@ascode-com 3 месяца назад
yep! you'd create multiple node groups
@JaggerMeistification
@JaggerMeistification 6 месяцев назад
Subscribed.
@claudiogarcia7557
@claudiogarcia7557 Год назад
just Excelent
@ascode-com
@ascode-com Год назад
thanks
@ssn5885
@ssn5885 9 месяцев назад
Hey, I have a question, how do i deploy an app and make it accessible over the internet to users with the same repo you have created. Thanks
@ascode-com
@ascode-com 9 месяцев назад
You would have to deploy a load balancer and route it to a service for your pods. Typically you would use load balancer controller in aws to do this. Hope that's enough to help you get started!
@ssn5885
@ssn5885 9 месяцев назад
@@ascode-com Thanks for your reply. Is it possible to do using terraform ? Do you have any example code to deploy the load balancer?
@melquisedequecosta9061
@melquisedequecosta9061 Год назад
I need to configure the release part of the specific users access to clsuter. Do you have any example? I speak here from Brazil :)
@ascode-com
@ascode-com Год назад
hi from the US! For user access, start by looking at the aws auth configmap section
@TikTokTrendsCompilation
@TikTokTrendsCompilation Год назад
make a tutorial with complete automated pipeline workflow deploying frontend + backend using - terraform - eks - argocd - jenkins - sonarqube - trivy
@ascode-com
@ascode-com Год назад
good topics to cover! i'll keep that noted thanks
@TheCalax
@TheCalax 3 месяца назад
I'm a total noob and therefore have a question. We now deployed EKS with Terraform, how do I proceed from here? Using Kubernetes to deploy my application, load balancer, subnets etc?
@ascode-com
@ascode-com 3 месяца назад
good questions! check my other video on getting a demo app running ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-g9EqZiTWLGA.html
@ascode-com
@ascode-com 3 месяца назад
also join the discord if you want some support / discussion!
@ragnargaming6887
@ragnargaming6887 5 месяцев назад
Can you please make videos about aks and gke via terraform as well
@ascode-com
@ascode-com 3 месяца назад
i'll consider it! thanks for the suggestion
@NursultanBaitenov
@NursultanBaitenov 6 месяцев назад
I tried to deploy eks exactly same way like you deployed. but pods are not be scheduled. whatever i wanted to create, status is pending
@ascode-com
@ascode-com 3 месяца назад
try checking the logs and describe for more info
@raypi2297
@raypi2297 7 месяцев назад
If I never use terraform for provisioning before, can I use terraform for create only EKS ?
@ascode-com
@ascode-com 7 месяцев назад
yes you can. you'll just have to select (data resource or hardcode) your existing resources in
@anbelko
@anbelko Год назад
After deploying service lb had an error: Error syncing load balancer: failed to ensure load balancer: Multiple tagged security groups found for instance i-01d5b3aa46279a7c2; ensure only the k8s security group is tagged; the tagged groups were sg-0a3e3e24c0bc7840c(ascode-cluster-node-20230804045954383900000009) sg-0a4c75831ab5db090(eks-cluster-sg-ascode-cluster-1526614196) Checked, really node instance has 2 sg attached. One sg for nodes, and one that automatically created by EKS. Do you have ideas how to fix it in terraform initial config?
@ascode-com
@ascode-com Год назад
hey! replied in discord but linking the workaround here if anybody else has the same issue github.com/terraform-aws-modules/terraform-aws-eks/issues/1810#issuecomment-1021202184
@sherifsalem-r5v
@sherifsalem-r5v 11 месяцев назад
It would be great if you could create a terraform tutorial. Thanks in advance.
@ascode-com
@ascode-com 11 месяцев назад
awesome, thanks for the input
@PJ-os4bw
@PJ-os4bw 5 месяцев назад
How to add your AWS credentials before running the terraform apply?
@ascode-com
@ascode-com 3 месяца назад
multiple ways to do this! easiest way is to configure your shell environment via awscli. you can make and use an access key. Here's general info: docs.aws.amazon.com/cli/v1/userguide/cli-chap-authentication.html
@essamal-mansouri2689
@essamal-mansouri2689 3 месяца назад
"Complete" is not one of the examples anymore. It is only self managed, or aws managed. I'm having a lot of trouble getting it to work without making the endpoint public
@devd6800
@devd6800 9 месяцев назад
8:36 what is "upstream" VPC module?
@ascode-com
@ascode-com 9 месяцев назад
upstream refers to the official AWS VPC module maintained by hashicorp registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest
@sromankov6102
@sromankov6102 5 месяцев назад
Like for your great tutorial, please record tf best practices video
@anilkumar-jj8gu
@anilkumar-jj8gu Год назад
thankyou.
@baibhavghimire3827
@baibhavghimire3827 Год назад
Personally I don’t like using remote modules . How would you deploy this cluster in different region ? Definitely I would go with my own module and call them from main module.
@ascode-com
@ascode-com Год назад
remote's probably the easiest but i hear ya. region is configurable in the locals.
@sukhwinder101
@sukhwinder101 Год назад
just confused ... how local.name is same as config in locals --- should it not be locals.name ?
@ascode-com
@ascode-com Год назад
hi, it's called locals when being declared, local.xyz is the syntax when referring to them. More here: developer.hashicorp.com/terraform/language/values/locals
@nivethav1589
@nivethav1589 7 месяцев назад
did't have "complete" option in github
@ascode-com
@ascode-com 7 месяцев назад
you're right it looks like they updated the examples. I think eks-managed or self-managed are still good places to start.
@MdAshraf007
@MdAshraf007 10 месяцев назад
hi, no videos since 6 months, are you doing well?
@ascode-com
@ascode-com 9 месяцев назад
haha yeah i'm alive, been wanting to get back into it but life's just so busy. channel is a side project of mine but def not abandoned!! thanks for asking
@MdAshraf007
@MdAshraf007 9 месяцев назад
@@ascode-com good to hear and Take care
@manideepsaipolavarapu272
@manideepsaipolavarapu272 11 дней назад
1000nd like
@Denis-bj7ob
@Denis-bj7ob 3 месяца назад
most of video is about deleting code :)
Далее
Amazon EKS Explained
9:25
Просмотров 93 тыс.
Getting Started with EKS and Terraform
18:51
Просмотров 40 тыс.
Create EKS Cluster with Terraform EKS Blueprints
22:39