Create AWS VPC using Terraform: AWS EKS Kubernetes Tutorial - Part 1

  Рет қаралды 10,986

Anton Putra

Anton Putra

Күн бұрын

Пікірлер: 49
@AntonPutra
@AntonPutra 4 ай бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com 👉 [Playlist] AWS EKS Kubernetes Tutorial: kzbin.info/aero/PLiMWaCMwGJXnKY6XmeifEpjIfkWRo9v2l&si=wc6LIC5V2tD-Tzwl 👉 Kubernetes Tutorial for Beginners [Full Course]: kzbin.info/aero/PLiMWaCMwGJXkYKFa_x0Ch38uznuv-4c3l 👉 AWS EKS Tutorial for Beginners [Full Course]: kzbin.info/www/bejne/oajUanicerGMf6s 👉 Other Kubernetes Tutorials: kzbin.info/aero/PLiMWaCMwGJXnKY6XmeifEpjIfkWRo9v2l
@neeldesai656
@neeldesai656 4 ай бұрын
Looking Forward to connect :)
@johnchukwuma413
@johnchukwuma413 16 күн бұрын
You have no idea how useful this series has been. I owe you a beer!
@AntonPutra
@AntonPutra 16 күн бұрын
thanks! just fundamentals
@navinkumar6388
@navinkumar6388 4 ай бұрын
Thanks 🙏 With Love from India 🇮🇳
@AntonPutra
@AntonPutra 4 ай бұрын
welcome :)
@KX3DEX
@KX3DEX 4 ай бұрын
My work just did this. Can't wait to watch it all.
@AntonPutra
@AntonPutra 4 ай бұрын
thanks, next section will be released in 1-2 hrs
@agun21st
@agun21st 4 ай бұрын
Get learn with latest version. Thank you sir.
@nds8780
@nds8780 3 ай бұрын
Superb tutorial. You're a godsend! Thanks!
@AntonPutra
@AntonPutra 3 ай бұрын
thank you!!
@JohnVold
@JohnVold 4 ай бұрын
Great start, thanks!
@AntonPutra
@AntonPutra 4 ай бұрын
thank you!
@omega1962
@omega1962 3 ай бұрын
Excellent videos on EKS concepts. Can you also please add observability on EKS like sending application logs to ELK or Opensearch and Cloudwatch?
@AntonPutra
@AntonPutra 3 ай бұрын
Thank you! Probably at some point, yes, but it's very specific to your deployments.
@XenoZeduX
@XenoZeduX 4 ай бұрын
Would like to see Pulumi content in the future
@AntonPutra
@AntonPutra 4 ай бұрын
ok will do as well as sdk
@ВладФоменко-р4е
@ВладФоменко-р4е 4 ай бұрын
Thank you!
@AntonPutra
@AntonPutra 4 ай бұрын
🙏
@shamstabrez2986
@shamstabrez2986 4 ай бұрын
do cover each and every topic of eks
@AntonPutra
@AntonPutra 4 ай бұрын
Yes, will do. Can you suggest any additional topics?
@agonzalezo
@agonzalezo 3 ай бұрын
Great video, thanks. What do you think about creating all subnets using the terraform “count” property instead of creating each separately ? I mean define 1 resource then it will become 4 subnets
@AntonPutra
@AntonPutra 3 ай бұрын
Don't use count, use map instead and for each in terraform. Count is mostly used as feature flag (0 = disable, 1 = enable)
@solaris244
@solaris244 4 ай бұрын
Thank's for your job. Could you add to the your Playlist the topic about choosing and manage CNI (subnets, CIDR, limitations) for AWS EKS?
@AntonPutra
@AntonPutra 4 ай бұрын
Will do, I’ll also include Cilium Service Mesh sidecar less mesh
@arunreddy1436
@arunreddy1436 4 ай бұрын
That would be great Sir
@amol_
@amol_ 3 ай бұрын
What software are you using for these cool animation at 0:26 ?
@AntonPutra
@AntonPutra 3 ай бұрын
i use adobe suite
@AHMEDSAIFAN-oj1nd
@AHMEDSAIFAN-oj1nd 3 ай бұрын
Hi Anton , i really appreciate your efforts , you said some may recommend creating multiple NAT gateway in different availability zones ...etc and you didn't find it useful , then how the avail zone's private subnet will initiate outbound traffic to the Internet "without creating NAT gateway" ?!
@AntonPutra
@AntonPutra 3 ай бұрын
Well, you would still have a NAT gateway as a default route in all your private subnets, even if they are located in different availability zones. It's just that you would have a single NAT. Some recommend creating a NAT in each AZ to achieve high availability. it doesn't mean that you need a NAT in each AZ to initiate outbound traffic to the Internet.
@zygote846
@zygote846 3 ай бұрын
Great vid but why not use the community modules?.Is there a specific reason to choose resources over modules?.
@AntonPutra
@AntonPutra 3 ай бұрын
This playlist is for someone who wants to learn EKS. If you have a good understanding of EKS and how it works, you can use modules. However, I personally would create my own modules because I don't want to depend on other people's timelines. For example, the open-source eks module still uses the EKS auth configmap for adding new users.
@zygote846
@zygote846 3 ай бұрын
@@AntonPutra exactly, I just noticed this yesterday but in version 20 it seems deprecated and starting 21.0 it will be completely removed.Upgrading these modules once in a while is also challenge but given the benefits I have opted to go with eks module as it has good support and its well maintained
@AntonPutra
@AntonPutra 3 ай бұрын
@@zygote846 There is nothing wrong with using modules. As I mentioned, this playlist is for someone who wants to know how EKS works and be able to debug in the future if something breaks.
@xBlackMambaWT
@xBlackMambaWT Ай бұрын
best!
@AntonPutra
@AntonPutra Ай бұрын
thank you!
@xBlackMambaWT
@xBlackMambaWT Ай бұрын
I thank you too for clear explanation. All the best!
@MatthewKennedyUK
@MatthewKennedyUK 4 ай бұрын
If you get chance, could you let me know more about the owned vs shared on the subnet tags please? Or link me to some information. Many thanks.
@AntonPutra
@AntonPutra 4 ай бұрын
sure, owned if it is used only by EKS, shared if you share that subnet with let's say other EKS clusters or VMs
@MatthewKennedyUK
@MatthewKennedyUK 4 ай бұрын
@@AntonPutra That makes sense.
@123sultans
@123sultans 4 ай бұрын
Can you share GitHub repo?
@AntonPutra
@AntonPutra 4 ай бұрын
sure, it's always under the video - github.com/antonputra/tutorials/tree/main/lessons/195
@carlosmauriciopabonmarulan33
@carlosmauriciopabonmarulan33 20 күн бұрын
what is the video for the best practices of tf.state?
@AntonPutra
@AntonPutra 20 күн бұрын
second in this playlist - kzbin.info/aero/PLiMWaCMwGJXmJdmfJjG3aK1IkU7oWvxIj
@carlosmauriciopabonmarulan33
@carlosmauriciopabonmarulan33 15 күн бұрын
@@AntonPutra thanks!
@ManiBalajiC
@ManiBalajiC 4 ай бұрын
I have problem with using terraform with For_each , i used range(var.mincount.var.maxcount) to generate values for creating like 10 instances , if i delete it again run terraform apply the range is calculated and creates a new one.. Even if i give the keys for 10 instances like one,two..ten. it still recreates if i delete a instance and run again. anything to overcome this
@Kk-rl7nv
@Kk-rl7nv 4 ай бұрын
Similar issue
@ManiBalajiC
@ManiBalajiC 4 ай бұрын
@@Kk-rl7nv Hope my man @AntonPutra gives some us answer to this....
@AntonPutra
@AntonPutra 4 ай бұрын
Sure, please share runnable terraform example as a github gist that I can run myself and I'll help you
Terragrunt Tutorial: Create VPC, EKS from Scratch!
1:01:09
Anton Putra
Рет қаралды 44 М.
SCHOOLBOY. Мама флексит 🫣👩🏻
00:41
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 7 МЛН
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 19 МЛН
Kubernetes Ingress Explained (2 Types)
8:54
Anton Putra
Рет қаралды 38 М.
Kubernetes Ingress networking
5:57
Project Calico
Рет қаралды 52 М.
How to Manage Secrets in Terraform?
15:54
Anton Putra
Рет қаралды 26 М.
How to debug Kubernetes? (Deployments, Services & Ingress)
18:45
Master AWS VPC Endpoint | Step by Step Tutorial | Part-19
32:23
Rahul Wagh
Рет қаралды 17 М.