Create AWS EKS Cluster using Terraform: AWS EKS Kubernetes Tutorial - Part 2

  Рет қаралды 6,755

Anton Putra

Anton Putra

Күн бұрын

Пікірлер: 44
@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
@enjoy5941
@enjoy5941 4 ай бұрын
I didn't understand Kubernetes related technologies when I read about it on the internet, but your videos made it very easy to understand. I really appreciate it.
@AntonPutra
@AntonPutra 4 ай бұрын
❤️
@soufiane22v
@soufiane22v 4 ай бұрын
Amazing stuff . This is the right moment l to deep dive into EKS . Thank you so much for the effort 🙏🏻🙏🏻🙏🏻
@AntonPutra
@AntonPutra 4 ай бұрын
thanks!
@soufiane22v
@soufiane22v 4 ай бұрын
is it possible to use openTofu instead of terraform ?
@MatthewKennedyUK
@MatthewKennedyUK 4 ай бұрын
This is fantastic, I’m loving that you’ve broken this into multiple videos and are going into a more detail helping me to build my production EKS cluster. This is worth my subscription, keep up the good work.
@AntonPutra
@AntonPutra 4 ай бұрын
thank you!
@mcborov_
@mcborov_ 4 күн бұрын
Great lessons, easy to understand
@AntonPutra
@AntonPutra 4 күн бұрын
thank you!
@MihaiLupoiu
@MihaiLupoiu 4 ай бұрын
Thank you very much Anton for all the videos you make! I learned a lot from your content!
@AntonPutra
@AntonPutra 4 ай бұрын
thanks!
@arunreddy1436
@arunreddy1436 4 ай бұрын
masterpiece Sir, curiously waiting for the rest of EKS videos and thank you for the great job.
@AntonPutra
@AntonPutra 4 ай бұрын
thank you!
@mendoncaangelo
@mendoncaangelo 4 ай бұрын
*Dude I see you are doing good....Keep up the good work :)....Dawai Dawai....Let the JUNIP people know you are doing well :)*
@AntonPutra
@AntonPutra 4 ай бұрын
😂😂
@felipemireles8422
@felipemireles8422 3 ай бұрын
It is a great explanation! thank you for all your videos!
@AntonPutra
@AntonPutra 3 ай бұрын
thanks!!
@evgenylikhonosov572
@evgenylikhonosov572 4 ай бұрын
Thank you, great tutorial!
@AntonPutra
@AntonPutra 4 ай бұрын
❤️
@GabrielPozo
@GabrielPozo 4 ай бұрын
Great video!!! Now I am waiting for the next part. 😁
@AntonPutra
@AntonPutra 4 ай бұрын
thank you!
@raghuveer120
@raghuveer120 4 ай бұрын
Another great video. Keep sharing your knowledge.
@AntonPutra
@AntonPutra 4 ай бұрын
❤️
@RAHUL841991
@RAHUL841991 2 ай бұрын
Great tutorial!
@AntonPutra
@AntonPutra 2 ай бұрын
thank you!!
@arnaullamas
@arnaullamas 3 ай бұрын
Great video! Helped me finding a couple of issues in a cluster setup. If you don't mind the question, is there any reason you choose not to use the VPC CNI addon?
@AntonPutra
@AntonPutra 3 ай бұрын
thanks, it actually comes by default with EKS as well as coredns, if I'm not mistaken
@RAHUL841991
@RAHUL841991 4 ай бұрын
Amazing Videos!
@AntonPutra
@AntonPutra 4 ай бұрын
thank you!
@ZergStylexDD
@ZergStylexDD 4 ай бұрын
In this video you create all resources using direct terraform resources. But we also have publicly available modules from Anton Babenko to create EKS and simplify the terraform layer, in my opinion. What do you think is better to use in production cases? Is it worth using such public terraform modules or is it better to create all the resources yourself?
@AntonPutra
@AntonPutra 4 ай бұрын
I respect him, i just generally don't like using open source modules. For example that open source module still uses auth configmap to manage users. It's very easy for them to start using API but it will break your infra and you would have to keep using old versions until you create new eks clusters (just from my personal experience) Modules are great for consulting and temporary envs, when you don't need to maintain clusters for over the year. I know a lot of copy pasting but when you have 20+ clusters, update module can in all envs can take months or even year :)
@ZergStylexDD
@ZergStylexDD 4 ай бұрын
Great content!
@AntonPutra
@AntonPutra 4 ай бұрын
❤️
@dineshparva
@dineshparva 4 ай бұрын
Thanks for the video could you explain in layman terms what exactly is the oidc provider and its role in eks does it act like a authentication broker between iam and k8s in aws?
@AntonPutra
@AntonPutra 4 ай бұрын
oidc provider allows you to establish relationship between AWS IAM and Kubernetes RBAC. 1. you create IAM role and define trust relationship with Kubernetes service account 2. you create Kubernetes service account and LINK IAM role with Kubernetes service account Finally you can assign IAM permissions to Kubernetes pods. BUT you no longer need it at all, new better way is pod identities, video comparing all approaches coming in few days
@prakasha5870
@prakasha5870 3 ай бұрын
good explanation. could you please put AWS url u showned in the video. it will good to read those also. Thanks. if u dont mind could you please implment istio also inside your video
@AntonPutra
@AntonPutra 3 ай бұрын
thanks, noted
@prakasha5870
@prakasha5870 3 ай бұрын
@@AntonPutra : Also prometheus and argoCD ( GitOps ) implenation inside with EKS cluster, it will be also great.
@AntonPutra
@AntonPutra 3 ай бұрын
@@prakasha5870 ok noted
@spasham74
@spasham74 4 ай бұрын
You had created the eks cluster in the past what is that we can expect in this new series? How is it different from the previous EKS cluster you have created?
@AntonPutra
@AntonPutra 4 ай бұрын
There have been few new developments on EKS side. 1. Kubernetes auth configmap is deprecated and recommended approach is to use new EKS API to add new users to the cluster 2. New way to grant permissions to application (we no longer use IAM OIDC provider and IAM roles for service accounts, instead we use Pod identities) 3. Some other small features in certain controllers like aws load balancer controller etc
@spasham74
@spasham74 4 ай бұрын
@@AntonPutra I really appreciate what you doing for the community
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 99 МЛН
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 77 МЛН
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 1,8 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3 МЛН
AWS Supports You | Explaining Amazon MSK Operational Best Practices
52:30
Amazon Web Services
Рет қаралды 3,6 М.
Create EKS Cluster with Terraform EKS Blueprints
22:39
Anton Putra
Рет қаралды 13 М.
Terragrunt Tutorial: Create VPC, EKS from Scratch!
1:01:09
Anton Putra
Рет қаралды 44 М.
Expose Kubernetes Services Running on Amazon EKS (9 Ways)
32:44
Anton Putra
Рет қаралды 11 М.
How to debug Kubernetes? (Deployments, Services & Ingress)
18:45
AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way
16:27
TechWorld with Nana
Рет қаралды 541 М.
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 99 МЛН