No video

Kubernetes End to End project on EKS | EKS Install and app deploy with Ingress |

  Рет қаралды 167,978

Abhishek.Veeramalla

Abhishek.Veeramalla

Күн бұрын

Support my work
www.buymeacoff... Hi Everyone, My Name is Abhishek and my channel is focused on delivering Free content on DevOps and Cloud. Follow my channel for practical learning of DevOps and Cloud. Don't miss the FREE DEVOPS COURSE in Playlists.
In this video, Day 22 of Free AWS job ready course, we will learn about AWS EKS. We will deploy a real-time 2048 game application and expose it to outside world using Ingress and ALB Ingress Controller.
Instagram: / abhishekveeramalla_off...
Kubernetes Free Playlist
• Kubernetes
Private Telegram Channel For Doubts Clearing
www.youtube.co...
GitHub Repo for this video
github.com/iam...
Book 1:1 with me on TopMate for career guidance
topmate.io/abh...
Public Telegram Channel For Notes and Updates
t.me/abhishekv...
About me:
========
LinkedIn: / abhishek-veeramalla-77...
GitHub: github.com/iam...
Medium: / abhishekveeramalla-av
#devops #futureofdevops #kubernetes #sre #aws #azure
DEVOPS FAQ
DEVOPS
WHAT IS DEVOPS ?
WHY DEVOPS ?
HOW TO LEARN DEVOPS ?
LEARN DEVOPS IN 60 DAYS ?
NON IT TO IT BACKGROUND ?
IS DEVOPS EASY TO LEARN ?
BEST DEVOPS COURSE
FREE DEVOPS COURSE
#AbhishekVeeramalla
BEST DEVOPS VIDEOS
DEVOPS INTERVIEW QUESTIONS
EASY DEVOPS VIDEOS
BEST WAY TO LEARN DEVOPS
PYTHON FOR DEVOPS
PYTHON PROJECTS FOR DEVOPS
LEARN PYTHON
PYTHON PROJECTS FOR AWS
AWS PYTHON PROJECTS
AWS LAMBDA FUNCTIONS
WHAT IS GITOPS ?
WHY GITOPS ?
LEARN GITOPS ?
GITOPS FREE COURSE
What is AWS ?
LEARN AWS FOR FREE
AWS COURSE
AWS COURSE FOR DEVOPS
AWS CLI Deep Dive .
.
Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

Пікірлер: 557
@umeshgolla2730
@umeshgolla2730 Жыл бұрын
Clear explanation of theory & practical how does end users access the application using load balancer on public subnet which had created by ingress controller Thanks so much for video, i think this video is enough for cracking interviews as it touch all the topics like pods, services, ingress resources
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
👍👍👍
@thevps9633
@thevps9633 5 ай бұрын
Ya he explained each and every thing very well. But can you tell me how you deleted all resources?
@digvijaysingh2521
@digvijaysingh2521 2 ай бұрын
Awesome experience by watching this video... explain each steps so nicely.. Thanks a lot!!
@mandasampath3379
@mandasampath3379 9 ай бұрын
It's like a mineral water bottle in the desert. Thank you very much for the content & the hardwork. Please keep posting more with real-time scenarios and trouble shooting steps.
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
Haha .. creative comment.
@princekwes88
@princekwes88 Жыл бұрын
I cant believe following your video, I have deployed my first Kubernetes application unto eks. This will forever be a good day in my life. Thank you @abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍 .. congratulations
@ManuKumar-rf5gb
@ManuKumar-rf5gb 11 ай бұрын
@@AbhishekVeeramalla Hi i am stuck in installing eksctk on windows please share any link here for download
@anilsree06
@anilsree06 10 ай бұрын
Abhishek it is an awesome praticle, ingress alb controller-->ingress resource -->service-->deployment-->namespace. ALB controller created the loadbalancer in order to function created IAM OIDC,created new policy attach policy to that role in order to communicate with AWS services. Used helm to install and deploy ALB controller where finally verifying the deployment has created 2/2 pods and in ingress also created lb Address where I successfully able to access game-2048 app. the errors which I faced this my awscli and kubectl was not compatible hence I updated those and I changed my config inside .kube folder from alpha1 to beta1 by googling where I rectified these errors finally able to deploy the application using EKS along with fargate. Fabulous praticle Abhishek.Thanks a lot Abhishek.
@AbhishekVeeramalla
@AbhishekVeeramalla 10 ай бұрын
Amazing . Glad that you were able to implement this.
@niteshashok9941
@niteshashok9941 Ай бұрын
Never found and never will find such detailed kubernetes deployment project, thanks aton.
@AbhishekVeeramalla
@AbhishekVeeramalla Ай бұрын
My pleasure!
@deepakkakkar7698
@deepakkakkar7698 4 ай бұрын
After watching 50 videos and got confused, here is what i wanted. Basics, Explanations discussed before start, really helped me a lot to understand, Thanks.
@AbhishekVeeramalla
@AbhishekVeeramalla 4 ай бұрын
Glad it helped!
@Cloudnp9458
@Cloudnp9458 3 ай бұрын
All loadbalancer support ingress controller. All the load balancer support ingress controller.wheather it's nginx or f5. All of these are available as helm chart or plain yaml manifest. Ingress controller(ALB controller) will watch for ingress resource and it will create ALB(application load balancer) for you. User can talk to application load loadbalancer which will route through ingress resource rules and hit on service which will hit the application running inside pod.
@softwareasafun
@softwareasafun Жыл бұрын
Thanks a lot for the great sharing. I have also applied it. Here's a quick suggestion from my end: To enhance the app security, we could consider changing the Service Type of service-2048 to ClusterIP instead of NodePort. Ingress can route the traffic to the Cluster IP service , no need to expose the service as NodePort. That's why I set it to ClusterIP. Thanks again.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Agree but it depends on your case as well. You can share ingress to people outside your aws account and keeping service as nodeport and share the service nodeport address to people who want to access internally
@priyanka5530
@priyanka5530 Жыл бұрын
Abhishek I can't express my gratitude to you bro, you are making amazing content I am so overwhelmed to learn from you.... Thankyou so much for what you are teaching us..
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@user-pq1vw6sw1q
@user-pq1vw6sw1q Жыл бұрын
All the content you share and the concepts you try to make as simple as possible is really commendable. I have followed all of your k8s videos. All are very helpful. Thank you
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks a ton
@user-pn8gp1jz4t
@user-pn8gp1jz4t 7 ай бұрын
Mr.Abhishek Life saver You have no idea how helpful is this video for a beginner like me You just make every concept so clear Keep producing more high quality tutorial video like this Thank you
@AmodShindeDev
@AmodShindeDev 5 ай бұрын
Damn bro, I am a developer and was trying hard to understand how these things work. There are mini videos all over the internet and blogs which explain stuff independently. But biggest problem I had was mapping things, how stuff works. 20 minutes into your lecture and I have cleared all my doubts. Only tutorial that I am not watching on 2X i guess. It is so knowledge-heavy. Thanks a lotttt surely buying you a coffee when I crack a job interview. Thanks again
@AbhishekVeeramalla
@AbhishekVeeramalla 5 ай бұрын
Thanks alot Amod
@rajkamal5318
@rajkamal5318 Жыл бұрын
Thank You Abhishek for making such an interactive and informative video on Kubernetes deployment which is almost at a production grade setup! The best part that I would like to highlight is setting up an expectation on what are things that would be covered in this video and nearly spent 15 mins in explaining for better understanding even though they were covered in earlier video's, instead of directly Jumping on to the Demo session! Keep up this wonderful teaching!
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot 😍
@MohitSharma-fs1qz
@MohitSharma-fs1qz 2 ай бұрын
It takes great effort to create such a live demo content and even more effort de-bugging it in live sessions. Learning new stuff with your content! Kudos to you
@AbhishekVeeramalla
@AbhishekVeeramalla 2 ай бұрын
😍
@user-lv4nw8ub8s
@user-lv4nw8ub8s 8 ай бұрын
A,,, man with golden heart,, with ethics heart
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
😍
@PradipKumar24728
@PradipKumar24728 10 ай бұрын
Abhishek, I'd like to express my appreciation for your outstanding work in creating a video on Kubernetes deployment that is both interactive and informative. What I found most valuable was the way you set clear expectations about the video's content. You spent time in explaining key concepts that had been covered in earlier videos, rather than rushing into the project, and that approach greatly enhanced my understanding.
@msatyamounika
@msatyamounika 9 ай бұрын
Thank you for this video, Abhishek. I have successfully completed the project. It was very easy to understand. Crisp and clear.
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
You are most welcome
@mannanbhuiyan6520
@mannanbhuiyan6520 Ай бұрын
Nothing can be better than regarding this EKS tutorial.
@AbhishekVeeramalla
@AbhishekVeeramalla Ай бұрын
😍
@Cloudnp9458
@Cloudnp9458 3 ай бұрын
We install kubectl, electl, AWS cli and hit aws configure. Then, we simply run command, eksctl create cluster --name demo-cluster --region us-east-1 --fargate It creates public n private subnet for us within vpc. Taken care by eksctl utility
@bapirajumadarapu4050
@bapirajumadarapu4050 6 ай бұрын
Have a wonderful session and after many failures finally implemented and accessed the application of 2048
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Great
@HarishNelapati
@HarishNelapati Ай бұрын
Excellent Abhishek - crisp , sharp , clear , informative Thanks Much , Keep producing !!!!!
@chandrasekhar7147
@chandrasekhar7147 Жыл бұрын
Good informative video. 1. Please make a video about ci/cd implementation in jenkins with destination eks cluster . 2.already we have one ultimate cicd pipeline using git jenkins and argocd and individual ec2 based cluster using kops in aws. 3.if you replace eks stage instead of kops , that will be very helpfull, because most companies are expected that stuff from candidate
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Ok sure
@vidyadhardevops3997
@vidyadhardevops3997 Жыл бұрын
Thank You so much Abhishek. Thats a clear cut explanation. I always wanted to learn this AWS EKS, this session is really helpful. I have watched the entire session with utmost attention, now going to have my hands on it. Thanks again.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@shivanitiwari7751
@shivanitiwari7751 5 ай бұрын
@vidyadhardevops3997 have you worked on this project?
@veerababus4098
@veerababus4098 8 ай бұрын
I have successfully completed the project... thanks for amazing explanation Abhishek..
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Super cool
@albin005nec
@albin005nec Жыл бұрын
@Abhishek, really appreciate your efforts to create such a great content, especially you have given more attention for demo where you have clearly explained every steps and discussed about the issues you have met during the deployment.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@omo-ogun2517
@omo-ogun2517 10 ай бұрын
This is a Awesome learning on EKS, Ingress Controller/resources/class for AWS Ingress load balancer.
@AbhishekVeeramalla
@AbhishekVeeramalla 10 ай бұрын
🚀
@JaskaranSingh-io8uj
@JaskaranSingh-io8uj 2 ай бұрын
This is video has cleared my Ingress concept , Thanks SOOOO MUch ABhishek Sir
@AbhishekVeeramalla
@AbhishekVeeramalla 2 ай бұрын
🚀🚀
@machindrawagare7374
@machindrawagare7374 11 ай бұрын
Thank you Abhishek. This video is very helpfull for me. I followed you and successfully deployed the 2048 app. Thanks again. Keep posting more such videos.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
😍😍😍
@vikasraj9099
@vikasraj9099 Ай бұрын
Super explanation bro i had a lot of doubts about how the loadbalanacer will connect to the ingress controller ant lot more things, now i have a confidence about the project end to end
@AbhishekVeeramalla
@AbhishekVeeramalla Ай бұрын
Thanks
@Hitesh-Salgotra
@Hitesh-Salgotra 9 ай бұрын
i have searched alot for this concept then come across your video it's so much fruitful , you explained it with pure dedication well doc's provided each and everything cleared ! god Bless you Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
😍😍
@nikhilphule8804
@nikhilphule8804 Жыл бұрын
Whenever i saw your video i stay motivated for performing demo.. I like your teaching style❤thanks Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@tanayabanerjee2380
@tanayabanerjee2380 4 ай бұрын
Awesome demo 👍....tried it now & successfully deployed the game..😍
@AbhishekVeeramalla
@AbhishekVeeramalla 4 ай бұрын
Great 👍
@adityagoel9595
@adityagoel9595 6 ай бұрын
For anyone who is constantly getting this error: 'Error: could not create cluster provider from options: checking AWS STS access - cannot get role ARN for current session:' You can fix it by adding '--region=' to the commands. It works.
@rajeshagrawal638
@rajeshagrawal638 6 ай бұрын
thank you for the fix..you are a saver 😃
@pavandevops4247
@pavandevops4247 5 ай бұрын
i got the same error
@palanivel9765
@palanivel9765 6 ай бұрын
Hi Abhishek I am have been watching your videos couple of months and you have been doing phenomenal work. Hats off to you. Can you please put a video as how as Devops Engineer we should not get overwhelmed with so much of tools and also how to update ourself with this emerging technology trends.
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Thanks and sure
@Kittu0219
@Kittu0219 Жыл бұрын
Thank you so much Abhishek sir - from your first organisation employee 🥰🥰🥰
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Most welcome 😊
@manasachittimilla
@manasachittimilla Жыл бұрын
Hi Abhishek.. been following ur videos quite along time.. very informative and helpful for freshers and laterals as well.. learned so many things from ur videos.. just keep going and share your knowledge..😊
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@vinnkhurana
@vinnkhurana 7 ай бұрын
Thank you for the project, Abhishek! The steps and documentation are really clear, and cuz of that I was able to implement this project.
@AbhishekVeeramalla
@AbhishekVeeramalla 7 ай бұрын
Glad it helped!
@shadowhunter7271
@shadowhunter7271 2 ай бұрын
finally after spending almost 2 hours I have played the game . shukriya abhishek bhai
@AbhishekVeeramalla
@AbhishekVeeramalla 2 ай бұрын
❤️❤️
@shadowhunter7271
@shadowhunter7271 2 ай бұрын
@@AbhishekVeeramalla bhai how to have 1 0n 1 conversation with you bhai
@gayatrisakhi5303
@gayatrisakhi5303 Жыл бұрын
Ur Videos motivate us day-by-day Abhishek.. Thanks a lot.. Iam a BIG fan of Urs..
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@danilkumar5566
@danilkumar5566 7 ай бұрын
Thank you for the clear explanation Abhishek.
@mhemanth5651
@mhemanth5651 Жыл бұрын
I am litterly excited to see your updated videos. Thanks for sharing your knowledge.
@PoulavBiswas
@PoulavBiswas Жыл бұрын
Thank you so much, Abhishek, for this detailed video, I was able to follow it and successfully deploy it.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
You are most welcome
@offensive-brat
@offensive-brat Жыл бұрын
genuine respect for you sir, I get a lot to learn from such videos
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@gouravchhabra6142
@gouravchhabra6142 Жыл бұрын
Just wanted to add one point related to ALB provisioning and ingress resources I.e. another object called TARGET GROUP BINDING can be created for traffic routing on different target groups on different ports
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Good point Gaurav
@007rameshreddy
@007rameshreddy 7 ай бұрын
I need to start the learning DevOps. I will start watching your videos
@AbhishekVeeramalla
@AbhishekVeeramalla 7 ай бұрын
You can do it!
@SR_10
@SR_10 9 ай бұрын
This sounds Awesome! Will saving for now and will surely try it out soon!!
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
🚀🚀
@kingashok9
@kingashok9 Жыл бұрын
My friend as Sunil: e sadavadalu passavatalu mana valla ayevi kavu ra.. Me: go and watch Abhishek Anna playlist
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😅🥹😅
@sumanth.mmanjunath4937
@sumanth.mmanjunath4937 5 ай бұрын
Hi Abhishek, You are doing a great job which is helping everyone. Which is helping both beginners and experienced people also. Please create a playlist with the K8s application deployment with EKS with the latest Kubernetes version and create some common issues, troubleshooting, and monitoring using some monitoring tools. Include version upgrade things.
@entertainmentwalanews
@entertainmentwalanews Жыл бұрын
Hii Abhishek bro I got job as cloud and devops consultant at good company All thanks to you for your teaching it helped me alot to crack the interview And I have gained good knowledge from your thanks a alot keep helping keep teaching Thank you so much
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Hearty congratulations.. If you are interested in sharing your interview experience .. please email me.
@entertainmentwalanews
@entertainmentwalanews Жыл бұрын
@@AbhishekVeeramalla yes sure
@santoshrelekar4542
@santoshrelekar4542 Жыл бұрын
You are so wonderful Abhishek...I was waiting for this from long time .. Thank you so much 😊.. you really made my weekend very learning one ... Thanks a lot again
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@vamshikrishna7945
@vamshikrishna7945 Жыл бұрын
​@@AbhishekVeeramallaprerequisite topics before watching this concept?
@namansharma4965
@namansharma4965 9 ай бұрын
Amazing Video. Thank you so much for the detailed explanation Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
Most welcome !!
@user-pd1cw8ot2n
@user-pd1cw8ot2n 11 ай бұрын
Very clear explanation bro. EKS and Fargate concept demystified.:) Thanks
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
Welcome 🙏
@akashmendhe9263
@akashmendhe9263 Жыл бұрын
Thank you Abhishek...very detailed demo. I tried it successfully.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍😍
@williamngasso8436
@williamngasso8436 Жыл бұрын
Excellent demo Abhishek..lots of thanks
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks a ton
@uyanwunechekwube5563
@uyanwunechekwube5563 9 ай бұрын
this is awesome teaching, clear and understandable
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
Thanks so much
@malaya192
@malaya192 Жыл бұрын
Hello sir, one thing I observed you read everyone comment & replied to everyone that is great respect for all.please make some video in API server as well sir.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks 😍😍
@rameshpydi6921
@rameshpydi6921 6 ай бұрын
You cover in detail and depth 👍👍
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Glad you think so!
@mrstrain42
@mrstrain42 11 ай бұрын
Thank you so much for this video Abishek, youre a legend.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
You are welcome
@Aswanibalaraju5860
@Aswanibalaraju5860 Жыл бұрын
Great video Abhishek bro. Its most valuable and suitable concept for me 👍👍
@Cloudnp9458
@Cloudnp9458 3 ай бұрын
Kubernetes cluster - controll plane and worker node components. Hogh availability, 3 node master Kubernetes cluster. Kops -still you have to troubleshoot scheduler,etcd,, certificate expired, api server down etc. Requires lot of maintenance. So to solve this we have eks, which is managed Kubernetes cluster with respect to control plane. Create entire control plane for you , but you don't gave to worry about control plane configuration.. Eks takes care of control plane, fargate will take care of worker node. You can also use ec2 instance, but then you will have to take care of high availability and autoscale group for ec2 worker nodes
@dhanikonda6097
@dhanikonda6097 8 ай бұрын
Hi Abhishek, your conten always adds value to resume. Please do video on eks with Jenkins pipeline integration with other tools and deploy microservices in Kubernetes . Thank you
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Great suggestion!
@hrajiv29
@hrajiv29 8 ай бұрын
Very nice explanation Abhishek, thanks for your effort.
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Thanks a ton
@subash7777
@subash7777 7 ай бұрын
Perfectly explained and project is done smoothly. Thank you sir for amazing explaination and for the debugging part though we didnot face that issue but it was good to know how to handle those erros and issues.
@maheshpenna2508
@maheshpenna2508 4 ай бұрын
Hi bro when I am doing this project I am getting kubectl version error while creating the cluster. How sholud I trouble shoot
@user-ov3zi5fb2h
@user-ov3zi5fb2h Жыл бұрын
Thanks for the clear explanation of EKC. Any AWS project using various tools that would be highly helpful.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Sure, noted
@calvintagneouabo7130
@calvintagneouabo7130 6 ай бұрын
This is a master piece as usual. Keep up!!!!
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Thank you very much!
@gopalthakur9247
@gopalthakur9247 10 ай бұрын
Hi Abhishek, You are making these things look so easy. I want to thank you from the bottom of my heart. Can you make a video where we can have more than 1 app in the same cluster. It will clear more doubts on ingress and liveliness, readiness and startup.....
@AbhishekVeeramalla
@AbhishekVeeramalla 10 ай бұрын
Thanks alot
@seenuruler2629
@seenuruler2629 2 күн бұрын
I am also deployed my first Kubernetes app in EKS cluster Thank you bro such a super video. But errors are not updated in Github repository bro.. My score is : 688 bro (2048-game) 😂😂😂😂😂
@rohitbhushan7229
@rohitbhushan7229 6 ай бұрын
I successfully deployed the project and very happy to follow you. Thanks Anna.
@karripradeepkumar911
@karripradeepkumar911 6 ай бұрын
hi had some doubts
@karripradeepkumar911
@karripradeepkumar911 6 ай бұрын
can you explain me
@shravangourishetty7556
@shravangourishetty7556 Ай бұрын
Thanks Abhishek for the Clear explanation
@happyshoppi1036
@happyshoppi1036 11 ай бұрын
Very clear explaination I have completed this Project i score 1352 I am seeing your Mock Interview and Sample Projects I learned a lot.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
Thank you so much 😀
@ashutoshbambal614
@ashutoshbambal614 Жыл бұрын
Thank you so much for the detailed explanation Abhishek.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Most welcome!
@sharathkumar3563
@sharathkumar3563 Жыл бұрын
Hi Abhishek, really enjoyed the video. Very informative and helpful. The whole video was done using root user and can see you already mentioned it in video. If the user is not root then what all Roles/Policies has to be created and where to assign ? would be very helpful if some light is thrown on it. Once again Great work and really appreciate the helpful nature.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Ok sure .. will try list down and share it somewhere
@jonathanpaule3602
@jonathanpaule3602 6 ай бұрын
I deployed my first kubernetes application with eks . Going to learn more from your channel and going to do more projects with your guidance thank you so much @Abhishek.Veeramalla
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Fantastic!
@raviparagi8489
@raviparagi8489 5 ай бұрын
Very neatly explained @abhishekveeramalla. Thank you .
@AbhishekVeeramalla
@AbhishekVeeramalla 5 ай бұрын
You're most welcome
@Bala-rh2nw
@Bala-rh2nw 2 ай бұрын
Abhishek you are amazing man, thanks for sharing knowledge
@AbhishekVeeramalla
@AbhishekVeeramalla 2 ай бұрын
My pleasure
@SrinivasReddyV-hs7px
@SrinivasReddyV-hs7px Ай бұрын
Awesome Abhishek bro!! Successfully done, TYSM :)
@shaktihazaru5471
@shaktihazaru5471 2 ай бұрын
Thank you Abhishek for this great video on AWS EKS.
@jasperrodda3280
@jasperrodda3280 11 ай бұрын
Thanks so much Abhishek anna! You tutor the best possible way and thanks for sharing your insights. I am very much thankful to you for clearing my Kubernetes concepts and help me with your masterpiece / hands on project. --Jasper from Dallas,TX
@SunitaSonawane2007
@SunitaSonawane2007 11 ай бұрын
Very useful and informative Video. Thank you very much.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
You are welcome!
@RahulSharmaSingularity
@RahulSharmaSingularity 2 ай бұрын
Fantastic !
@AbhishekVeeramalla
@AbhishekVeeramalla 2 ай бұрын
Many thanks!
@lavanyadevops-bq7rv
@lavanyadevops-bq7rv Жыл бұрын
Thank you so much for the detailed explanation Abhishek. If possible can you please also explain us about microservices deployment in K8S along with service mesh in future sessios.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Noted
@Cloudnp9458
@Cloudnp9458 3 ай бұрын
When an aws service wants to talk with another aws service or resource if the aws service, such as ec2 instance , you attach IAM role to connect to s3 bucket. Similarly when you want to connect to eks pods, you attach/integrate IAM roles to Kubernetes service account , so you can talk to any other AWS services.
@TharunReDDY77
@TharunReDDY77 8 ай бұрын
Abhishek, can u make a video on how we can do continuous deployment using eks and fargate
@AbhishekVeeramalla
@AbhishekVeeramalla 8 ай бұрын
Noted
@PavelVinogradovme
@PavelVinogradovme Жыл бұрын
Cleared this one! Thank you Abhishek!
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍
@user-ez8xl5gi8v
@user-ez8xl5gi8v 8 ай бұрын
Excellent one with good clarity on explaining. Thank You.
@sanjaymajumdar911
@sanjaymajumdar911 2 ай бұрын
awesome video..thanks Abhishek
@AbhishekVeeramalla
@AbhishekVeeramalla 2 ай бұрын
My pleasure
@pravinkumar8491
@pravinkumar8491 7 ай бұрын
Thank you for a great demo and explanation @Abhishek veeramalla
@akhilsai813
@akhilsai813 Жыл бұрын
Great video, solved a lot of confusions that I have.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍
@akhilsai813
@akhilsai813 Жыл бұрын
​@@AbhishekVeeramallaplease do a video on creating EKS with Terraform and explain a bit more on the node group in EKS.
@zerosessioncosmos7050
@zerosessioncosmos7050 Жыл бұрын
Excellent and very informative session. Keep it up bro...
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@dummymail6029
@dummymail6029 5 ай бұрын
Great video and superb explanation :) thanks a lot for the video
@AbhishekVeeramalla
@AbhishekVeeramalla 5 ай бұрын
Thanks
@Satish123-
@Satish123- Жыл бұрын
You are my blessing guruji ❤️
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@virupakshappabandi
@virupakshappabandi 11 ай бұрын
HI Abhishek, Thank you for the video and information. please make a video on Jira ticketing tool
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
Will be out very soon
@user-rs8xi5cl7g
@user-rs8xi5cl7g 5 ай бұрын
We were using musch k8s servcices like statefulsets, storage and etc. If any videos are there, please share. PVC, PC, local-storage and etc. Also I'm interested to learn about HELM. we are using HELM components. I need learn too bro. The above EKS is so good. I understand and liked it too. 👍
@2kThing
@2kThing 6 ай бұрын
Great explanations! Really a life saver.
@jilesingh1124
@jilesingh1124 5 ай бұрын
you have explained in very much details. I encountered issues with service account.
@jilesingh1124
@jilesingh1124 5 ай бұрын
I was able to troubleshoot the issue. I had to create the policies again.
@AbhishekVeeramalla
@AbhishekVeeramalla 5 ай бұрын
Nice
@jilesingh1124
@jilesingh1124 5 ай бұрын
@@AbhishekVeeramalla 🙏🙏
@himms_sharma
@himms_sharma 6 ай бұрын
Wonderful project... Thank you 😊🙏
@AbhishekVeeramalla
@AbhishekVeeramalla 6 ай бұрын
Welcome 🙏
@princejaiswal823
@princejaiswal823 11 ай бұрын
Hi Abhishek sir, I have performed this demo. Feeling good.
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
Amazing 😻
@vizagdiaries6571
@vizagdiaries6571 11 ай бұрын
Abhishek, maza aagya bhai😊
@AbhishekVeeramalla
@AbhishekVeeramalla 11 ай бұрын
😀
@ehtashamazhar6353
@ehtashamazhar6353 4 ай бұрын
Great Work, keep posting videos like this.
@praveenakumarapy4914
@praveenakumarapy4914 Жыл бұрын
@abhishekveramalla sir good explation ..i seen lots of video no one explain like you....sir one thing do small video with eks ingress controller should access multiple application path base routing.....please sir
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks 🙏
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 48 МЛН
My Cheetos🍕PIZZA #cooking #shorts
00:43
BANKII
Рет қаралды 25 МЛН
🩷🩵VS👿
00:38
ISSEI / いっせい
Рет қаралды 13 МЛН
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 62 МЛН
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 269 М.
DevSecOps Pipeline Project: Deploy Netflix Clone on Kubernetes
1:34:31
Containers on AWS Overview: ECS | EKS | Fargate | ECR
25:10
TechWorld with Nana
Рет қаралды 513 М.
AWS EKS - Create Kubernetes cluster on Amazon EKS | the easy way
16:27
TechWorld with Nana
Рет қаралды 531 М.
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Рет қаралды 2,7 МЛН
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 48 МЛН