Step by Step Application Deployment on LKE using Helm ► ruclips.net/video/JGtJj_nAA2s/видео.html ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro 0:36 - What is EKS? 1:20 - How to use EKS? 3 steps 4:46 - eksctl 7:22 - Demo: Create K8s cluster on AWS EKS using eksctl 15:04 - Demo: Delete K8s cluster and all its resources 16:02 - Recap
Oh god... I watched some of your videos and I can honestly say that I'm in LOVE with your explanations, your knowledge and how simple you make it look. I've been struggling with all of the CI/CD, containers, orchestration aspect but you are my hero. Thank you so much for this !
Kubernetes is really a nice tool. I began learning Kubernetes some months ago and found your channel during my research for tutorials. It‘s by far the best DevOps Channel on RUclips if you are a beginner and want an overview of DevOps topics and good in-depth tutorials. What I especially like about your channel are videos like this where you deploy a project from scratch on a common platform like Linode or AWS.
Great video. Good introduction and straight to the point, showing each step as needed. One of the few videos I've watched all the way through without skipping forward for the real content! Great job. Love the visuals too. Very slick production!
Awesome video! I found this AFTER going through the headache of creating my cluster and worker nodes via the AWS Console. Never even heard of eksctl before this. Appreciate it!
FANTASTIC !! on EKS Concept. Thank You. you rock young lady. make it easy to understand the component of EKS. I love the auto-scaling concept of worker node (in the node group ) to increase the worker nodes if needed.. Appreciated !!
Nana, your contents are the best of all. I tried LinkedIn Learning, Pluralsight but I ended up here !!! Just a suggestion for the future videos that please keep cleaning the terminal because sometimes it becomes hard to see the content at the end of the terminal due to youtube status bar below :D
don't forget to put the --ssh-access flag during cluster creation, it can cause you pain later and force you to recreate the entire cluster to be able to access the cluster.
Thanks for this incredible video. Your videos continue to be the highest quality content on the topics you cover. Your thorough and complete explanations that focus on just what we need to know help a lot
Have gone through many sites and video, but this video is spot-on. Exactly what I was looking for. Thank you so much. But one thing the code is expired on Udemy. Do you have another code?
Hi Harish, thank you for the feedback! :) You can find all my udemy courses and the current valid codes here: www.techworld-with-nana.com/udemy-courses
Thank you so much Nana for the video however we(at least I) would really appreciate to see an application deployment with ingress-controller(NLB), ingress and deployment, service. I know this is too much ask but it really helps lot of us(at least me) to understand the ingress-controller. Thanks once again... kudos 🙂
Couple of things you got wrong: 1. An IAM role is not IAM user, both are 2 different entities. (2:31) 2. Security Group has nothing to do with user/role permissions, its about what ports are open on your container/EC2.(2:33)
Hi Nana, very good content and clear explanation. would be helpful if you could show where are you executing the commands and how to get them installed?
Hi Nana, great video. One thing I wanted to point out is that you mention creating an IAM user with a security group. I think you actually mean IAM policies? Policies are responsible for user permissions. Security groups are more like firewalls. Just my 2cents. Great video though!
Hi, I am learning eks. I show your video it is excellent. But I have few confusion if you can clarify it would be great help: 1. Is this ssh or cmd window where you are executing the commands? 2. How to install brew tab has not been mentioned. Thanks in advance Dipen
This might be a dumb question but how do you switch from interacting with EKS to interacting with your local minikube? I don't want to accidentally deploy to a live version when developing and vice versa
Is there no need to create EC2 instances in the VPC? Can we go straight to create worker nodes? Means EC2 instances are created automatically in the background? Can we have several node groups (with different CNIs) in one EKS cluster?
Great video. why do you say if small team wants to deploy they can use eks ? you meant it because they dont have DevOps team or EKS cannot support large application ?
Step by Step Application Deployment on LKE using Helm ► ruclips.net/video/JGtJj_nAA2s/видео.html
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Intro
0:36 - What is EKS?
1:20 - How to use EKS? 3 steps
4:46 - eksctl
7:22 - Demo: Create K8s cluster on AWS EKS using eksctl
15:04 - Demo: Delete K8s cluster and all its resources
16:02 - Recap
Awesome Nana....Can you Plz make video on AKS , Azure Kubernetes Service ,
Was waiting for this tutorial. Great work as always
@@siddeshmundhe6536 Yes I will do one on AKS too
Mam, can you please create a video on how to use IAM roles, users, and groups with RBAC roles and cluster roles [EKS].
@@TechWorldwithNana ❤️❤️❤️❤️Thanks
Oh god... I watched some of your videos and I can honestly say that I'm in LOVE with your explanations, your knowledge and how simple you make it look. I've been struggling with all of the CI/CD, containers, orchestration aspect but you are my hero. Thank you so much for this !
How did you execute that file after passing the parameters
As a Solutions Architect from AWS, I greatly appreciate all your videos! Thank you for making these!
Kubernetes is really a nice tool. I began learning Kubernetes some months ago and found your channel during my research for tutorials. It‘s by far the best DevOps Channel on RUclips if you are a beginner and want an overview of DevOps topics and good in-depth tutorials. What I especially like about your channel are videos like this where you deploy a project from scratch on a common platform like Linode or AWS.
Wow, thank you so much Tilo. This is really motivating! Happy to hear such amazing feedback and that my videos have been so helpful 😊
I'm so glad you had a whole section on eksctl.
Wow!!
No ambiguities; very clear and straight to the point.
Awesome job Nana.
This was easily the best tutorial I've watched on this topic. Thank you for this tutorial and sharing your knowledge to younger developers like me!
Clear and to the point explanation as always! Keep making more such videos Nana! More power to you.
I loved how simple and straight forward you explained everything! awesome guide
Thank you Nana! I was struggling since morning to create eks cluster. Checked many blogs and videos but no luck. Thank you for the video. Love you!
Great video. Good introduction and straight to the point, showing each step as needed. One of the few videos I've watched all the way through without skipping forward for the real content! Great job. Love the visuals too. Very slick production!
This is a great overview as well as suggesting the third party tools. Nice!
LOVE YOUR VIDEOS THE WAY YOU'R EXPLAINING THE CONCEPTS...FROM INDIA
Awesome, thank you Abdul!
Awesome video! I found this AFTER going through the headache of creating my cluster and worker nodes via the AWS Console. Never even heard of eksctl before this. Appreciate it!
FANTASTIC !! on EKS Concept. Thank You. you rock young lady. make it easy to understand the component of EKS. I love the auto-scaling concept of worker node (in the node group ) to increase the worker nodes if needed.. Appreciated !!
I cannot believe how much l learnt and was able to do through this 16 minutes video. You are awesome, thank you very much!!
Wow, amazing videos, can't explain how easy it is to understand. Loads of gratitude.. thanks a ton Nana :)
Exactly what I need. Thanks, Nana!
Thank you Nana for the wonderful tutorial.
Really happy to hear! 😊
Very helpful, thank you. Would love a Terraform version of this!
You are the best Devops I have ever seen
Thanks
This is a fantastic overview, thanks Nana, great job
Thank you so much Timmo. Happy to hear! 😊
"you already have kubernetes to learn" 🤣🤣 had me lol
I love your videos, Nana. Thanks for sharing this with the community! Kudos!
Thanks!
Thanks for your support, appreciate it :)
Great explanation of all the components. Thanks!
Excellent Video Nana as always all your videos are just amazing simple and brilliants :)
Thank you so much Omar! Really great to hear 😊
Nana you are amazing! Thank you for such quality vidoes! Keep up the good work!
Amazing explanation! You are such an inspiration
Nana, your contents are the best of all. I tried LinkedIn Learning, Pluralsight but I ended up here !!!
Just a suggestion for the future videos that please keep cleaning the terminal because sometimes it becomes hard to see the content at the end of the terminal due to youtube status bar below :D
Thank you for such an awesome tutorial Nana!
Thank you for sharing the valuable information. #Fans from INDIA.
Thank God I found you!
don't forget to put the --ssh-access flag during cluster creation, it can cause you pain later and force you to recreate the entire cluster to be able to access the cluster.
Amazing video, I enjoyed every bit of it
Thank you for that, Nana..have a good one..keep up the good work..😍
Appreciate your words Suresh 😊
Super useful, a little out of date but great explanation. Kudos🐳
Nana you are the best!
Very Clean Video -- super easy to follow and it got me setting up a cluster in no time!
Thanks for this incredible video. Your videos continue to be the highest quality content on the topics you cover.
Your thorough and complete explanations that focus on just what we need to know help a lot
thanks Nana! Great stuff as usual
Excellent video and the aws Kubernetes tutorial is well explained
Very nicely explained. I am going to try this hope it will smooth. Love and blessings for you and your quality content
Wonderful! It's a good and simple introduction of EKS and how start using it. Perfect, just that i was looking for. Thanks a lot! Muchas gracias
Have gone through many sites and video, but this video is spot-on. Exactly what I was looking for. Thank you so much. But one thing the code is expired on Udemy. Do you have another code?
Hi Harish, thank you for the feedback! :) You can find all my udemy courses and the current valid codes here: www.techworld-with-nana.com/udemy-courses
Thank you so much Nana for the video however we(at least I) would really appreciate to see an application deployment with ingress-controller(NLB), ingress and deployment, service. I know this is too much ask but it really helps lot of us(at least me) to understand the ingress-controller. Thanks once again... kudos 🙂
Will surely make a couple of more videos on AWS, since it's a big topic. Will definitely take your suggestion! Thanks a lot 😊
First thing first Thanks Nana for the excellent course.keep up the good work
Q. How do we create a EKS cluster using AWS Fargate in eksctl?
Amezing video madam...... It's really very helpful :)
Couple of things you got wrong:
1. An IAM role is not IAM user, both are 2 different entities. (2:31)
2. Security Group has nothing to do with user/role permissions, its about what ports are open on your container/EC2.(2:33)
Thank you nana it's very good explanation by you
Thoughts on creating an EKS cluster with terraform? There's a community module to make it a bit easier.
Hi Nana, very good content and clear explanation. would be helpful if you could show where are you executing the commands and how to get them installed?
can anyone tell where she executed the commands
Thanks for video..Awesome content and explanation. Very straight forward and Auf wiedersehen
you rock Nana!
Nice explanation nana🤝👏
Thanks Nana ! I was wondering if Terraform could replace eksctl?
Thank you very much for your great explanation. I have a question, should we put a LB in front of EKS in production?
Thanks for the great tutorial!
Thank you. I needed this.
Glad to hear! 👍
Good to know this at such a time
Thankz nana ..good explanation & I Like it eks cluster.
Thanks for this good explanation!
Thanks Tom 😊
wow u have such strong grip on these concepts (y) glasd i landed on ur channel..... liked subscribed done !
So great to hear! thanks and welcome to the channel 😊
Nice Explanation
999k
1k still to go...
I have been following you since 921k, ..
Very informative video @Nana. Please keep up the good work. Also please share demo to provision EKS cluster via Ansible/Terraform
Hi Nana, great video. One thing I wanted to point out is that you mention creating an IAM user with a security group. I think you actually mean IAM policies? Policies are responsible for user permissions. Security groups are more like firewalls.
Just my 2cents. Great video though!
Best video ever, thanks a lot🙏👏
You are so good❤️ from Pakistan
Good stuff. Very clear and well done!!!
Thank you again for this other clear tuto
Excellent info/ demo. Thanks.
Thank you Nana, I love u!
Thank you, Nana - very helpful
Thanks Nana for the awesome video :)
All your videos are excellent and your presentation is very good. Can you post a video of skaffold used in ci cd.
Hi, I am learning eks. I show your video it is excellent.
But I have few confusion if you can clarify it would be great help:
1. Is this ssh or cmd window where you are executing the commands?
2. How to install brew tab has not been mentioned.
Thanks in advance
Dipen
same problem here
this is more descriptive: ruclips.net/video/DcnviAwmzM4/видео.html
same issue ??? i am typing these commands on command promt but not working
Could you show how you can deploy a simple application like a Node app on to to a pod in that cluster?
Great video. Thanks for your time and this job!
Cooool :) thanks for this interesting demo
I didn't know about eksctl tool really cool project thanks again nana
Hi Nana, thanks for the videos. WRT to EKS installations, on which machine we should install EKSCTL?
awesome explanation, very helpful.
This might be a dumb question but how do you switch from interacting with EKS to interacting with your local minikube? I don't want to accidentally deploy to a live version when developing and vice versa
Is there no need to create EC2 instances in the VPC? Can we go straight to create worker nodes? Means EC2 instances are created automatically in the background? Can we have several node groups (with different CNIs) in one EKS cluster?
Really useful tool!
Thanku nana thanku so much
At 14:25 when you run kubectl get nodes, why didn't the master node show up but only two worker nodes?
control plan is managed service by aws, we only take worker node.
eksctl demo starts at 9:10
... any chance you can provide a example where the nodes are pushed into specified vpc and defined 2 az's into pre created subnets.
Can you add a follow up video where remote connectivity to the cluster can be demoed? Say from an Octopus server or any other K8s deployment manager?
Great video.
why do you say if small team wants to deploy they can use eks ? you meant it because they dont have DevOps team or EKS cannot support large application ?
great demo thank you!
The video is really cool. But of course any presentation of doing it "hard way" would be more precious.
YOU ARE AWESOME
The heaven is place just for you!
i'm learning with your videos, thank you very much for sharing =D
Happy to hear! Appreciate you leaving a feedback 😊
Really appreciate your efforts on spreading knowledge,thanks a lot.Can you also help with Jenkins x installation on eks please?
Thank you nana. well explained. you have created worker nodes using eksctl. can we run pods in worker nodes using eksctl ?
Thanks for making this video. Could you please make a video about istio Kubernetes. How to install and use.
Thanks for your feedback and suggestion. Istio is already on my list 😊
Thanks
I love this channel
Thanks that's is a excellent video.
Could you post a video demonstrating how to create an eks cluster with Terraform?