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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 590

  • @umeshgolla2730
    @umeshgolla2730 ปีที่แล้ว +48

    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 8 หลายเดือนก่อน

      Ya he explained each and every thing very well. But can you tell me how you deleted all resources?

    • @digvijaysingh2521
      @digvijaysingh2521 5 หลายเดือนก่อน

      Awesome experience by watching this video... explain each steps so nicely.. Thanks a lot!!

    • @DevOpsbyRaja
      @DevOpsbyRaja 3 หลายเดือนก่อน

      ​​@@thevps9633You delete resources from console
      And deleting the cluster will delete pods and deployments and services with same name space if I'm not wrong

    • @manohargm8652
      @manohargm8652 3 หลายเดือนก่อน

      ​@@thevps9633kubectl delete all --all or use this kubectl delete pods,services,deployments --all --all-namespaces

  • @mandasampath3379
    @mandasampath3379 ปีที่แล้ว +18

    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.

  • @anilsree06
    @anilsree06 ปีที่แล้ว +8

    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  ปีที่แล้ว +1

      Amazing . Glad that you were able to implement this.

    • @SanketGayakwad-v3c
      @SanketGayakwad-v3c 17 วันที่ผ่านมา

      @@AbhishekVeeramalla initially we started the configuration of eksctl and kubectl on a ec2, it would be help if you could suggest what should be its configuration like (vpc,subnet,storage)

  • @niteshashok9941
    @niteshashok9941 4 หลายเดือนก่อน +4

    Never found and never will find such detailed kubernetes deployment project, thanks aton.

  • @deepakkakkar7698
    @deepakkakkar7698 8 หลายเดือนก่อน +2

    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.

  • @Pasupuleti-x9v
    @Pasupuleti-x9v 11 หลายเดือนก่อน +3

    A,,, man with golden heart,, with ethics heart

  • @sibgathullahm2795
    @sibgathullahm2795 หลายเดือนก่อน

    The patience and efforts that you put towards teaching most important stuff is invaluable. Can't thank you enough!.

  • @princekwes88
    @princekwes88 ปีที่แล้ว +18

    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  ปีที่แล้ว +1

      😍 .. congratulations

    • @ManuKumar-rf5gb
      @ManuKumar-rf5gb ปีที่แล้ว

      @@AbhishekVeeramalla Hi i am stuck in installing eksctk
      on windows please share any link here for download

  • @uu87k
    @uu87k 10 หลายเดือนก่อน +1

    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

  • @BhargaviDanduprolu
    @BhargaviDanduprolu ปีที่แล้ว +4

    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

  • @priyanka5530
    @priyanka5530 ปีที่แล้ว +4

    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..

  • @softwareasafun
    @softwareasafun ปีที่แล้ว +2

    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  ปีที่แล้ว +3

      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

  • @HarishNelapati
    @HarishNelapati 4 หลายเดือนก่อน

    Excellent Abhishek - crisp , sharp , clear , informative
    Thanks Much , Keep producing !!!!!

  • @rajkamal5318
    @rajkamal5318 ปีที่แล้ว +3

    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!

  • @MohitSharma-fs1qz
    @MohitSharma-fs1qz 5 หลายเดือนก่อน +1

    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

  • @Akshay-c5n4f
    @Akshay-c5n4f หลายเดือนก่อน

    I am so grateful that God sent Abhishek to teach DevOps aspirants. His clear explanations and practical examples have helped me understand complex concepts.💯❤

  • @PradipKumar24728
    @PradipKumar24728 ปีที่แล้ว +3

    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.

  • @kassugebresellasie803
    @kassugebresellasie803 17 วันที่ผ่านมา +1

    One of the best detailed content I have come across. Thank you @abhishek and deserved my subscription bro.

  • @mannanbhuiyan6520
    @mannanbhuiyan6520 4 หลายเดือนก่อน +1

    Nothing can be better than regarding this EKS tutorial.

  • @nikhilphule8804
    @nikhilphule8804 ปีที่แล้ว +1

    Whenever i saw your video i stay motivated for performing demo.. I like your teaching style❤thanks Abhishek

  • @albin005nec
    @albin005nec ปีที่แล้ว +3

    @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.

  • @bapirajumadarapu4050
    @bapirajumadarapu4050 9 หลายเดือนก่อน +1

    Have a wonderful session and after many failures finally implemented and accessed the application of 2048

  • @vidyadhardevops3997
    @vidyadhardevops3997 ปีที่แล้ว +2

    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.

  • @Sylvia-k5m
    @Sylvia-k5m หลายเดือนก่อน +1

    Just completed the project and shared with friends!!! Will be deleting everything in a few mins to avoid extra charges... Thank you so much Abhishek.

  • @msatyamounika
    @msatyamounika ปีที่แล้ว +1

    Thank you for this video, Abhishek. I have successfully completed the project. It was very easy to understand. Crisp and clear.

  • @AmodShindeDev
    @AmodShindeDev 8 หลายเดือนก่อน +1

    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

  • @irfanzainulabdin1759
    @irfanzainulabdin1759 20 วันที่ผ่านมา +3

    I would like add little more details about necessity of OIDC in EKS while we have IAM roles. In Kubernetes (inside EKS which is an AWS service), objects like Ingress controllers and Pods cannot directly assume IAM roles because they exist within Kubernetes, not directly in AWS. As we know IAM roles allow one AWS service to access other AWS service(like EKS), but not to the objects inside it(Pods, Ingress controllers), for which Kubernetes uses serviceaccount object, OIDC acts as a "bridge" that links a Kubernetes service account to an IAM role.
    With this setup, Kubernetes objects like the Ingress controller or Pods can assume the IAM role indirectly through their service account.

  • @omo-ogun2517
    @omo-ogun2517 ปีที่แล้ว +1

    This is a Awesome learning on EKS, Ingress Controller/resources/class for AWS Ingress load balancer.

  • @danilkumar5566
    @danilkumar5566 10 หลายเดือนก่อน +2

    Thank you for the clear explanation Abhishek.

  • @chandrasekhar7147
    @chandrasekhar7147 ปีที่แล้ว +2

    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

  • @mhemanth5651
    @mhemanth5651 ปีที่แล้ว +1

    I am litterly excited to see your updated videos. Thanks for sharing your knowledge.

  • @veerababus4098
    @veerababus4098 11 หลายเดือนก่อน +1

    I have successfully completed the project... thanks for amazing explanation Abhishek..

  • @namansharma4965
    @namansharma4965 ปีที่แล้ว +1

    Amazing Video. Thank you so much for the detailed explanation Abhishek

  • @kingashok9
    @kingashok9 ปีที่แล้ว +3

    My friend as Sunil: e sadavadalu passavatalu mana valla ayevi kavu ra..
    Me: go and watch Abhishek Anna playlist

  • @gayatrisakhi5303
    @gayatrisakhi5303 ปีที่แล้ว +1

    Ur Videos motivate us day-by-day Abhishek.. Thanks a lot.. Iam a BIG fan of Urs..

  • @Charankumar-w3t
    @Charankumar-w3t ปีที่แล้ว +1

    Thanks for the clear explanation of EKC. Any AWS project using various tools that would be highly helpful.

  • @palanivel9765
    @palanivel9765 9 หลายเดือนก่อน +1

    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.

  • @maulikshah6237
    @maulikshah6237 หลายเดือนก่อน +1

    hello Abhishek Thanks for this wonderful project and i tried and succeed on one go, please share those type of projects further.

  • @tanayabanerjee2380
    @tanayabanerjee2380 7 หลายเดือนก่อน +1

    Awesome demo 👍....tried it now & successfully deployed the game..😍

  • @hrajiv29
    @hrajiv29 11 หลายเดือนก่อน +1

    Very nice explanation Abhishek, thanks for your effort.

  • @williamngasso8436
    @williamngasso8436 ปีที่แล้ว +1

    Excellent demo Abhishek..lots of thanks

  • @Hitesh-Salgotra
    @Hitesh-Salgotra ปีที่แล้ว +1

    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

  • @machindrawagare7374
    @machindrawagare7374 ปีที่แล้ว +1

    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.

  • @JaskaranSingh-io8uj
    @JaskaranSingh-io8uj 5 หลายเดือนก่อน +1

    This is video has cleared my Ingress concept , Thanks SOOOO MUch ABhishek Sir

  • @adityagoel9595
    @adityagoel9595 9 หลายเดือนก่อน

    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 9 หลายเดือนก่อน

      thank you for the fix..you are a saver 😃

    • @pavandevops4247
      @pavandevops4247 9 หลายเดือนก่อน

      i got the same error

  • @007rameshreddy
    @007rameshreddy 10 หลายเดือนก่อน +1

    I need to start the learning DevOps. I will start watching your videos

  • @manasachittimilla
    @manasachittimilla ปีที่แล้ว +2

    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..😊

  • @Kittu0219
    @Kittu0219 ปีที่แล้ว +1

    Thank you so much Abhishek sir - from your first organisation employee 🥰🥰🥰

  • @offensive-brat
    @offensive-brat ปีที่แล้ว +2

    genuine respect for you sir, I get a lot to learn from such videos

  • @TharunReDDY77
    @TharunReDDY77 11 หลายเดือนก่อน +6

    Abhishek, can u make a video on how we can do continuous deployment using eks and fargate

  • @Aswanibalaraju5860
    @Aswanibalaraju5860 ปีที่แล้ว +1

    Great video Abhishek bro. Its most valuable and suitable concept for me 👍👍

  • @uyanwunechekwube5563
    @uyanwunechekwube5563 ปีที่แล้ว +1

    this is awesome teaching, clear and understandable

  • @RajeshKumarRamesh
    @RajeshKumarRamesh ปีที่แล้ว +1

    Very clear explanation bro. EKS and Fargate concept demystified.:) Thanks

  • @Cloudnp9458
    @Cloudnp9458 6 หลายเดือนก่อน +2

    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.

  • @lavanyadevops-bq7rv
    @lavanyadevops-bq7rv ปีที่แล้ว +2

    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.

  • @vikasraj9099
    @vikasraj9099 5 หลายเดือนก่อน +1

    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

  • @shadowhunter7271
    @shadowhunter7271 5 หลายเดือนก่อน +1

    finally after spending almost 2 hours I have played the game . shukriya abhishek bhai

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  5 หลายเดือนก่อน +1

      ❤️❤️

    • @shadowhunter7271
      @shadowhunter7271 5 หลายเดือนก่อน

      @@AbhishekVeeramalla bhai how to have 1 0n 1 conversation with you bhai

  • @santoshrelekar4542
    @santoshrelekar4542 ปีที่แล้ว +2

    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

  • @prafulkamble6513
    @prafulkamble6513 หลายเดือนก่อน

    Finally successfully completed project 😊, Thank you Abhishek .

  • @kaarthickpk
    @kaarthickpk หลายเดือนก่อน

    I am looking for end to end demo of the k8s ingress... This is perfect content, Thanks Abhishek.Veeramalla!!

  • @PoulavBiswas
    @PoulavBiswas ปีที่แล้ว +1

    Thank you so much, Abhishek, for this detailed video, I was able to follow it and successfully deploy it.

  • @vinnkhurana
    @vinnkhurana 10 หลายเดือนก่อน +1

    Thank you for the project, Abhishek! The steps and documentation are really clear, and cuz of that I was able to implement this project.

  • @sumanth.mmanjunath4937
    @sumanth.mmanjunath4937 8 หลายเดือนก่อน

    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.

  • @gopalthakur9247
    @gopalthakur9247 ปีที่แล้ว +1

    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.....

  • @Cloudnp9458
    @Cloudnp9458 6 หลายเดือนก่อน +1

    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

  • @Its_mee1507
    @Its_mee1507 2 หลายเดือนก่อน

    Finally Done after many Errors & troubleshooting🎉, A single thanks is not enough for you Anna❣️

  • @akashmendhe9263
    @akashmendhe9263 ปีที่แล้ว +1

    Thank you Abhishek...very detailed demo. I tried it successfully.

  • @SunitaSonawane2007
    @SunitaSonawane2007 ปีที่แล้ว +1

    Very useful and informative Video. Thank you very much.

  • @gouravchhabra6142
    @gouravchhabra6142 ปีที่แล้ว +1

    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

  • @ashutoshbambal614
    @ashutoshbambal614 ปีที่แล้ว +1

    Thank you so much for the detailed explanation Abhishek.

  • @mrstrain42
    @mrstrain42 ปีที่แล้ว +1

    Thank you so much for this video Abishek, youre a legend.

  • @sharathkumar3563
    @sharathkumar3563 ปีที่แล้ว +2

    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

  • @Cloudnp9458
    @Cloudnp9458 6 หลายเดือนก่อน +1

    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

  • @SR_10
    @SR_10 ปีที่แล้ว +1

    This sounds Awesome! Will saving for now and will surely try it out soon!!

  • @arunclementgurupatham-i7h
    @arunclementgurupatham-i7h 11 หลายเดือนก่อน

    Excellent one with good clarity on explaining. Thank You.

  • @SrinivasReddyV-hs7px
    @SrinivasReddyV-hs7px 4 หลายเดือนก่อน

    Awesome Abhishek bro!! Successfully done, TYSM :)

  • @raviparagi
    @raviparagi 8 หลายเดือนก่อน +1

    Very neatly explained @abhishekveeramalla. Thank you .

  • @dhanikonda6097
    @dhanikonda6097 11 หลายเดือนก่อน +1

    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

  • @rameshpydi6921
    @rameshpydi6921 10 หลายเดือนก่อน +1

    You cover in detail and depth 👍👍

  • @calvintagneouabo7130
    @calvintagneouabo7130 10 หลายเดือนก่อน +1

    This is a master piece as usual. Keep up!!!!

  • @zerosessioncosmos7050
    @zerosessioncosmos7050 ปีที่แล้ว +1

    Excellent and very informative session.
    Keep it up bro...

  • @kadari_pranay
    @kadari_pranay ปีที่แล้ว

    congraluations for 1Lakh subscribers .. Kudos to #Abhishekh Verramalla. Superb.

  • @onlysingh7587
    @onlysingh7587 8 วันที่ผ่านมา

    You are the best teacher, thank you alot!

  • @konakanchisandeep9787
    @konakanchisandeep9787 หลายเดือนก่อน

    Thankyou Abhishek. I have successfully completed the project.

  • @mayurichikne526
    @mayurichikne526 2 หลายเดือนก่อน

    Thankyou for clearing all important concept in simple way

  • @shravangourishetty7556
    @shravangourishetty7556 4 หลายเดือนก่อน

    Thanks Abhishek for the Clear explanation

  • @Rakesh-fc1wr
    @Rakesh-fc1wr ปีที่แล้ว +1

    Great video , Great teaching abhishek ..Thank you a lot. Also Can you make video on how to take backup/disaster recovery of cluster and also if possible backup of volumes in ebs of kubernates cluster ??

  • @entertainmentwalanews
    @entertainmentwalanews ปีที่แล้ว +1

    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  ปีที่แล้ว +1

      Hearty congratulations.. If you are interested in sharing your interview experience .. please email me.

    • @entertainmentwalanews
      @entertainmentwalanews ปีที่แล้ว

      @@AbhishekVeeramalla yes sure

  • @PavelVinogradovme
    @PavelVinogradovme ปีที่แล้ว +1

    Cleared this one! Thank you Abhishek!

  • @RajWankhede
    @RajWankhede ปีที่แล้ว

    A great video and excellent demo.
    Could you please also add the part of "clean up" of the AWS resources created during this demo? This will be helpful.

  • @malaya192
    @malaya192 ปีที่แล้ว +1

    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.

  • @dummymail6029
    @dummymail6029 9 หลายเดือนก่อน +1

    Great video and superb explanation :) thanks a lot for the video

  • @pravinkumar8491
    @pravinkumar8491 11 หลายเดือนก่อน

    Thank you for a great demo and explanation @Abhishek veeramalla

  • @shaktihazaru5471
    @shaktihazaru5471 5 หลายเดือนก่อน

    Thank you Abhishek for this great video on AWS EKS.

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe 6 หลายเดือนก่อน

    Wonderful explanation. Will follow the steps and try to deploy it at my end. But what are the steps to delete all this once practical is done??

  • @sanjaymajumdar911
    @sanjaymajumdar911 5 หลายเดือนก่อน +1

    awesome video..thanks Abhishek

  • @virupakshappabandi
    @virupakshappabandi ปีที่แล้ว +1

    HI Abhishek, Thank you for the video and information. please make a video on Jira ticketing tool

  • @subash7777
    @subash7777 10 หลายเดือนก่อน

    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 7 หลายเดือนก่อน

      Hi bro when I am doing this project I am getting kubectl version error while creating the cluster. How sholud I trouble shoot

  • @samikshasharma3544
    @samikshasharma3544 ปีที่แล้ว +1

    Amazing video🎉... Can you also make a video where you include RBAC, SA, network policy,etc and including all these resources also which are in this video as well, in one project, I mean end to end of k8s project just like as in real-time that would be really helpful....

  • @lokeshkumarAmarthaluru
    @lokeshkumarAmarthaluru 8 หลายเดือนก่อน

    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.
    👍