Kubernetes Beginner To Expert Level In One Video | Ultimate Kubernetes Guide |

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 702

  • @AbhishekVeeramalla
    @AbhishekVeeramalla  3 місяці тому +5

    Learn Kubernetes FREE Practically -
    All Labs page: kode.wiki/3RxQ3dL
    Familiarize with environment: kode.wiki/4etu01y
    Pods: kode.wiki/3KIMDRL
    Replica Sets: kode.wiki/3RxA8Mt
    Deployments: kode.wiki/4c3YUw7
    Rolling Updates and Rollbacks: kode.wiki/4cpKxSo
    Services: kode.wiki/45pFOhr

  • @smritidn2781
    @smritidn2781 Рік тому +83

    awesome! a much awaited video from you! As i always mention after watching your kind of explanation it's very difficult to focus on even official training courses like Udemy. 7hrs of engagement from the audience is very difficult but you are an exception. Don't feel like pausing the video.. you always explain from the end user point of view. thank you so much all your efforts. Greatly appreciated.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +4

      Awesome 🤩

    • @callinghomeopath7247
      @callinghomeopath7247 Рік тому +1

      TQ anna, proud to be your subscriber 🎉🎉🎉❤

    • @smritidn2781
      @smritidn2781 Рік тому +1

      Hi Abhishek, i have a question: i understood that k8 doesn't provide enterprise level load balancing capabilities for which we configure ingress resource and controller. So one of the problem is solved. But how about the cost cloud providers charging for ELB ip that is assigned by CCM as as part of service creation? Bcoz in the ingress yaml manifest i still see that we need to specify the service on which the traffic will be redirected. Do you mean we can create any other type of service like node port or cluster ip and provide the service name in ingress yaml? And the application will be exposed to outside world through the ingress and not through the service this time? Please clarify.

    • @Chaloobolo
      @Chaloobolo Рік тому

      @@smritidn2781 Ingress vs Service Types: The Ingress resource acts as an entry point for your cluster that manages external access to services in the cluster. You can indeed use a NodePort or ClusterIP service with Ingress. When you create an Ingress resource, it will automatically create an ELB (or corresponding load balancer in other clouds) and manage the routing to the proper services.
      Cost Considerations: Using an Ingress resource can help consolidate your load balancing under a single externally-accessible IP, which might be beneficial in terms of cost. You may still incur costs for the load balancer provisioned by the Ingress controller, but it would typically be less than having separate load balancers for each service.
      Service Exposure: The applications will be exposed to the outside world through the Ingress, not directly through the services. The Ingress resource defines the rules for routing external traffic to the appropriate services within the cluster.
      Service Specification in Ingress YAML: When you specify a service in your Ingress YAML, you're essentially telling the Ingress controller how to route the traffic to that specific service. This can be a NodePort or ClusterIP type service; the Ingress controller handles the connection from the external world to the appropriate service within your cluster.
      Overall, using an Ingress controller in this manner can give you more control over routing and can often be a more cost-effective approach compared to using a cloud provider's load balancer for each individual service. It provides a centralized way to manage the traffic coming into your cluster, with the flexibility to route it as needed to different services.

    • @be_kind02
      @be_kind02 10 місяців тому

      ​@@smritidn2781in our org, we are using haproxy load balancers that redirect traffic from outside communication to kubernetes cluster.

  • @SnehaGursale
    @SnehaGursale 9 місяців тому +30

    I left learning Kubernetes 6 months ago because it was too hard to understand the concepts for me. But after watching this whole 7 hours of video I am very much interested to learn again. Your way of teaching keeps encouraging me to learn. No one will get bored or scared of these huge concepts. Thank you Abhishek and please keep making content like this.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  9 місяців тому +5

      Means alot, Thanks for sharing your experience

    • @girijaprasad7517
      @girijaprasad7517 4 місяці тому

      Can we create a group and exchange our knowledge and later seek help for any doubts from Abhishek ji. Please do let us know about your interest. Just want to learn the whole devops concept specially docker, kubernates, ci/cd etc.

    • @girijaprasad7517
      @girijaprasad7517 4 місяці тому

      ​@@AbhishekVeeramallaSir one video on CI/CD pipeline with azure please

    • @primetimenews1564
      @primetimenews1564 3 місяці тому

      ​@@girijaprasad7517join membership of his UA-cam channel.. you will get real time doubt clear 👍

  • @VijayPatil-ce2xe
    @VijayPatil-ce2xe Рік тому +53

    This came like a suprise for me. Thank you Abhishek 🙂

  • @sohamkasar7218
    @sohamkasar7218 10 місяців тому +2

    2:00:00
    What is labels ??
    U explained about replica sets but not explained about labels...

  • @shivavemula5300
    @shivavemula5300 4 місяці тому +1

    Few interview panelists are asking to write the syntax of deployments and pod yaml 1:59:00 .

  • @udaykiran8179
    @udaykiran8179 Рік тому +14

    Thankyou Abhishek !! Huge respect to you ! Much needed video for every Devops enthusiast!!

  • @tusharrworld
    @tusharrworld 21 день тому +1

    Can you please tell the concept of endpointslicing, also can i setup the ips according to me ,wanted to setup k8s on my on-premises server

  • @sangativamsikrishna1691
    @sangativamsikrishna1691 Рік тому +7

    Abhishek Finally you made it, really appreciate your efforts in getting this out done. We We are very thankful for your help Abhishek 👍 🙏

  • @professorcat431
    @professorcat431 Рік тому +8

    Simply legend ❤, Great explanation, I just started to watch it and got addicted like a web series.

  • @piyushchoudhry7440
    @piyushchoudhry7440 Рік тому +7

    Wow, what an amazing video! I've been with TCS as Linux admin since 2016 and had been thinking about switching back in 2022. I started learning DevOps tools like Terraform, Git, Ansible, and Kubernetes.
    Terraform, Git, and Ansible turned out to be very easy for me to grasp. However, Kubernetes seemed very difficult to me
    In March 2022, I made the switch to my new job based on my proficiency with Terraform, Git, and Ansible. But Kubernetes continued to intimidate me, and I used to tell everyone how hard it was.
    Recently, I stumbled upon this fantastic 7-hour video, and I can confidently say that Kubernetes is easy !!!

  • @gurbachhansingh5715
    @gurbachhansingh5715 Рік тому +6

    Huge respect 🙏 you are like Mother Teresa for IT

  • @pache5702
    @pache5702 5 місяців тому +2

    if anyone is having problems login to the openshift cluster, you first have to install the openshift cli client and add the executable in a directory that is in your PATH. Otherwise you can't use the co command. I had to do this in Windows, i assume it's the same in Linux or MacOs.

  • @sathvikshenoyb
    @sathvikshenoyb 9 місяців тому +6

    Amazing! One of the best content on Kubernetes that I have ever watched and I didn't even realize how 7 hours passed by. Thank you so much for all the efforts and big kudos to you 🙌

  • @paullabel571
    @paullabel571 Рік тому +7

    I just finished with the 1st course (docker#k8s). It is very clear and easy to catch up. Thank you for sharing this knowledge Sir.

  • @Hemarawal122
    @Hemarawal122 9 місяців тому +2

    I m currently learning docker ..What Should i learn next kubernetes or jenkins?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  9 місяців тому +1

      You can follow the devops zero to hero series in the same order

    • @Hemarawal122
      @Hemarawal122 9 місяців тому

      @@AbhishekVeeramalla okk thank you😊

  • @theophilustenebe4181
    @theophilustenebe4181 10 місяців тому +1

    @Abhishek please why did you completely remove the app.kuber.../name that you got from the K8 documentation and used only app? If you use it the same way you copied it, will there be an issue? 3hrs:34

  • @umeshgolla2730
    @umeshgolla2730 Рік тому +8

    It takes hours to create such content. Thank you for all the efforts 🙏

  • @kiran805090
    @kiran805090 Рік тому +10

    Awesome session on kubernetes that I have ever watched on youtube...it is far better than pluralsight or udemy content...One main advantage is using virtual whiteboard for explaing instead of regular PPT, which makes things better and clear to understand

  • @aakashpunekar9437
    @aakashpunekar9437 Рік тому +26

    The first 5 min itself is giving me so much confidence that I will learn and become a good key player on any project I will work. Thank you Abhi sir for this. ❤❤❤

    • @akhil3849
      @akhil3849 Місяць тому

      Hi are you key player of project now

  • @Secretclaps
    @Secretclaps 11 місяців тому +4

    I watched a lot of courses on PluralSight about Kubernetes and learned nothing. Here I am on Abishek's channel and I am able to finally understand everything. Thank you Abishek you are the GOAT!

  • @kollarapu
    @kollarapu 2 місяці тому +2

    No calls for devops

  • @sarveshs.dharmadhikari5826
    @sarveshs.dharmadhikari5826 Рік тому +2

    bro very nicely explained each steps labels selcector n1 give us similar videos

  • @DeepakTiwari-gk8mp
    @DeepakTiwari-gk8mp Рік тому +5

    Ek hi dil hai bhai, kitni baar jitoge ❤❤
    Superb explanation

  • @anishkumardas499
    @anishkumardas499 Рік тому +3

    Do I need to understand Docker in advanced level to start this course?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Not advanced level .. u need to understand basic docker like what is containers

  • @vishnureddy9910
    @vishnureddy9910 9 місяців тому +1

    bro I am preparing google kubernetes shall I follow this video or any little bit changes AWS kubernetes and google kubernetes please reply

  • @ShahidRazarock
    @ShahidRazarock 22 дні тому +1

    Thank you Abhishek for wonderful explanation. You saved lot of money for me. My life is easy now. Could you please create a video for installing service mesh like Linkerd and use completely declarative approach to deploy it using gitops(Argocd).

  • @NitishSharma-lh2zc
    @NitishSharma-lh2zc Рік тому +4

    It's really very good session. I was afraid and thought learn Kubernetes very hard but after this session I feel that am ready to work with Kubernetes as well. Thank you very much Abhishek......Keep it up😊.

  • @nilavasen8631
    @nilavasen8631 Рік тому +5

    It would be good if you could include K8s service, Ingress , PVC etc in this tutorial.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +4

      they are available. Please check the timestamps

    • @itsumit4557
      @itsumit4557 Рік тому +1

      ​@@AbhishekVeeramallaplease upload service mesh details vedio

    • @nilavasen8631
      @nilavasen8631 Рік тому

      @@AbhishekVeeramalla ohhk 😃

    • @nilavasen8631
      @nilavasen8631 Рік тому

      @@AbhishekVeeramalla one more thing .. I would like to sit for interview on k8s openings.. Is this video tutorial enough to read and sit for interview? Please suggest

  • @sathyamanikantabk4483
    @sathyamanikantabk4483 Рік тому +2

    Hi Sir,
    To Practice Can we buy Kodekloud there we get the Cloud sandboxes and kubernetes environment to work. Wat do u suggest fro Devops Aspirant with Cloud?
    Could you please help me with this.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +1

      Personally I have never used the platform .. so I am not aware sorry

  • @theophilustenebe4181
    @theophilustenebe4181 10 місяців тому +1

    please you did not talk about statefulsets, annotations and Daemonsets. Please can you do that with hands-on examples?

  • @hemantrathod9868
    @hemantrathod9868 5 місяців тому +1

    Failed to pull image "hemant/python-sample-app:v1": Error response from daemon: pull access denied for hemant/python-sample-app, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
    How resolve this ?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  5 місяців тому

      You should watch docker zero to hero first. Please start with that playlist so that you can learn Kubernetes faster

    • @hemantrathod9868
      @hemantrathod9868 5 місяців тому

      @@AbhishekVeeramalla ok Sir,Your content and the way your are teaching is Amazing...

  • @sukunaYT268
    @sukunaYT268 Рік тому +1

    I don't know programming language. Can I go for a career in DevOps?

  • @satishsharma-dp6ce
    @satishsharma-dp6ce 5 місяців тому +1

    Thanks a lot for this video, nicely explained k8s. I have a question, if I create a nodeport service and my worker node is already having public ip address. Will my service be publicly accessible?

  • @aniroman8490
    @aniroman8490 4 місяці тому +1

    Hi bro, Day 40 is missing in the video. Where do we get that. Btw, I already knew some basics about kubernetes and this video really helped to know more in a simple way. Thank you so much ❤

  • @Gaurav-wy2wm
    @Gaurav-wy2wm Рік тому +2

    Sir what about aws course we are waiting for video

  • @sriharsha5783
    @sriharsha5783 Рік тому +5

    Amazing course. A beginner like me could understand the fundamentals, need of Kubernetes and services related to Kubernetes. Kudos !!

  • @sudheerp9104
    @sudheerp9104 3 місяці тому

    @Abhishek k8s pod deleted and recreated but why old pod has deleted and how to check why its deleted. Thank you

  • @jassa9196
    @jassa9196 10 місяців тому +1

    Hi, how can I get deep knowledge of advances topics of k8s.

  • @neelimagopu3743
    @neelimagopu3743 Рік тому +2

    Thanks Abhishek for the consolidated video....can you please make a video specific to EKS

  • @Maximum-Unit
    @Maximum-Unit Рік тому +5

    Man you never ever disappoint...any tool I want to know and learn you have it covered....love you bro...thanks 👍🏻

  • @HongKing-u4y
    @HongKing-u4y Рік тому +2

    Can make video on AWS topic such as Athena glue redshift EMR kenisis

  • @lokeshkumarAmarthaluru
    @lokeshkumarAmarthaluru 6 місяців тому +1

    Is assigning the static IP good for a pod in k8s? Can we assign static IP to the pods?

  • @surajdeshmukh102
    @surajdeshmukh102 9 місяців тому +1

    Can we create the deploy by using
    Kubectl create deploy
    Or need to use
    Kubectl apply -f deploy.yml

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  9 місяців тому +1

      Better use apply

    • @surajdeshmukh102
      @surajdeshmukh102 9 місяців тому

      @@AbhishekVeeramalla also please tell what should I learn from kubernates as a testing point of view.

  • @ankurkumargoell
    @ankurkumargoell 6 місяців тому +2

    I was always confused in kubernetes concepts. I came to this video just surfing random videos about kubernetes. After checking video duration of 7 hours, I almost gave up and more I go through this video, more I deep dive in k8s. and finally after 3 days, I am able to complete it and I can say that I am ready to handle k8s projects in my org.

  • @developers_hub
    @developers_hub Рік тому +1

    It's really good, Could u make videos to demonstrate k8s deployment over aws platform as close as to a production grade deployment.?

  • @hussainbohra698
    @hussainbohra698 Місяць тому

    Hi Abhishek,
    Thank you for preparing the video. I’m encountering an issue in the "Kubernetes Deployment" section. While I can successfully build and run the Docker image locally, I’m experiencing problems with pod creation during deployment, specifically receiving "ErrImagePull" or "ImagePullBackOff" errors. From what I’ve gathered online, it seems the system is attempting to pull the image from an external repository, whereas my image is located on my local system. Since you’ve managed to make it work with a local image, could you offer some guidance on resolving this issue?
    Thanks in advance for your help.

  • @dilshan181
    @dilshan181 9 місяців тому

    Hello Abihishek, When I do kubectl verion it says "" Client Version: v1.29.0
    Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
    The connection to the server localhost:8080 was refused - did you specify the right host or port? "" any idea?

  • @nandakishore3492
    @nandakishore3492 Рік тому +2

    Hi Abhishek, good to see your content 🎉, but none of the organisation will use minukube for prod environment, please do one video on k8 cluster and it's ingress setup and k8 services with kubeadm instead of minukube , with that a lot of will get knowledge on realtime experience on k8 contents with production environment practises ,
    Thank you 😊

  • @bharathiraja435
    @bharathiraja435 2 місяці тому

    Hi @Abhishek.veeramalla , Thanks for sharing the videos, Regarding Kebernets Videos..Day 5 to Day 29 is not available in this channel.. Can you please upload the same ..

  • @HemantChaudhary-e7v
    @HemantChaudhary-e7v 10 місяців тому +1

    Abhishek? Is this enough for interview perspective??

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  10 місяців тому

      Yes .. if u need advanced.. there is a k8s playlist as well.

  • @shubhasri2425
    @shubhasri2425 6 місяців тому +1

    Sir can I be able put any 2 or 3 devops tools only in my resume

  • @aakashpunekar9437
    @aakashpunekar9437 Рік тому +2

    Commenting for the better reach and Yt algorithm ⚔️⚔️⚔️

  • @meenaramesh8096
    @meenaramesh8096 Рік тому +2

    Hi Abhishek today I attended the Oracle interview today
    I have completed your kubernetes and docker videos before the interview
    Thanks a lot!!!
    I'm able to answer the majority of the questions they asked me regarding kubernetes and docker and got a positive feedback

  • @sivakumarc4056
    @sivakumarc4056 Місяць тому

    Please make one video for k8s install on ,Ubuntu or EC2-you cant create an installation video , you given some thoery part from direct portal , I tried but itn't work.Plaese make one video for installation of k8s.

  • @ishankishanr
    @ishankishanr Місяць тому

    Bro your teaching skill quite amazing.. As a beginner I could understand all topics. And I have one question that can I clear Kubernetes certification by only practicing your kubernetes playlist??

  • @macro_by_nawaz
    @macro_by_nawaz 4 місяці тому

    Thank you for crisp explanation ❤
    one query:
    It is regarding CR,CRD
    I am trying to relate it to ingress controller explanation which u gave
    --
    It is the same right which you followed by explaining the ingress controller where Ingress.yaml is a Custom resource and Ingress controller is a Custom controller, and what about CR definition file did we install it during Ingress controller explanation..please clarify

  • @harishkumar-zg1xj
    @harishkumar-zg1xj 11 місяців тому +1

    i started begining course in udemy for k8s, but i watched this video i feel i waste my time to put the udemy video,i always think it has around 7 hours.and i think this video is nothing more than udemy i feel so i am neglecting this video today i started watching this it is excellent and easy understand really k8s is easy , after watching this video. thanks alot abhishek such a great explaination ..thanks is small word i think,,awesome video...

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 місяців тому

      Please take a look at the K8s playlist after this. There are many other advanced concepts like security on kubernetes, that I covered

  • @chaithragowda6372
    @chaithragowda6372 2 місяці тому

    Hi Abhishek, you are doing a great job. But I haven't come across the topic of namespaces here. You may have covered it, and I might have missed it. Could you let me know if it is covered? Please

  • @agni4869
    @agni4869 4 місяці тому +1

    god bless you abhishek. just keep us educating in cloud devops like this way. cant think of learning such concepts free. doinga great job.

  • @Manjutillu
    @Manjutillu Місяць тому

    Hi Abhishek thanks for your videos...... Iam not able to create a hypervisor in windows OS can you please show how to create

  • @coolnanba1137
    @coolnanba1137 Місяць тому

    Sir Iam persuing Engineerin now ...Your videos are really helpful for us ... i need some more clarification in the CCM topic ...can u clarify it ?

  • @funnyvideoss1000
    @funnyvideoss1000 10 місяців тому

    Hello friends, i am not able to access My Application by NodePort outside minikube @3:40:00. I am able to access the pod by pod ip, Cluster IP, Nodeport IP from Minicube SSH. I am not able to access in browser and outside Minikube ssh. Anything I am missing? deployment yml and service ymls are same as shown in video

  • @vanikelaginamath2492
    @vanikelaginamath2492 5 місяців тому +1

    Hey Abhishek, I hope you're doing well! Before diving into anything else, I just wanted to say your videos are truly awesome. Thanks to them, I've developed a newfound interest and learned a lot about Kubernetes. Now, I'm trying to install Minikube, but I've hit a roadblock. Despite installing Hyper-V as a prerequisite, I keep encountering errors during the installation process. I've tried following various tutorials and videos, but unfortunately, I haven't had any luck so far. I'm really eager to get Minikube up and running for my lab session. Do you think you could lend me a hand with this?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  5 місяців тому

      Thanks, may be some laptop issues. You can try minikube with docker driver instead.
      Just install docker desktop and start minikube without hyper v or virtualbox

  • @hellboy1689
    @hellboy1689 15 днів тому

    Quick query: if secrets stores information in encrypted manner and config map stores information in non encrypted manner, why can't we have only secrets. What ever we want to save, save as encryption even if is non confidential data. Why config map is separate concept that it also stores the data but don't encrypt. What difference does it makes?

  • @pushparaj1404
    @pushparaj1404 7 місяців тому +1

    Does this video fully cover the entire syllabus?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  7 місяців тому

      There are some more videos in Kubernetes playlist. You can check that out after watching this.

  • @nocode659
    @nocode659 8 місяців тому +1

    Entire 30 day content is this video or we need to watch all videos

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  8 місяців тому

      Check the timestamps in description you will understand what concepts are covered. Once u complete that, you can go to the k8s playlist that has this video + advanced concepts

  • @anil-kumar75
    @anil-kumar75 Рік тому +10

    Bro you were surprising us everyday with your content. How did you make such a long video on Kubernetes, hard to imagine how much effort yoh have kept in making this video. Really will be indebted to you. Thank you so much..

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +4

      Hi Anil, These videos are from devops zero to hero playlist and kubernetes playlist on the channel. I have clubbed them together and made as 1 video to make it easy for you all

    • @jayakontham
      @jayakontham Рік тому

      Really bro ...thankq so much

  • @becomecanvaexpert
    @becomecanvaexpert Рік тому +1

    Bhai aapse hath jodkar request hai
    Please hindi mai bhi video bnaye
    Ya hindi mai subtitile likhe pls 🙏🙏🙏🙏🙏

  • @aghilanbaskar
    @aghilanbaskar Рік тому +2

    Thanks a lot for this video. Tried many other videos on YT. Better than any other video on YT.
    Your video made me stay without getting tired or bored. Such a solid way of explaining with WHY aspect and real-time scenario example.

  • @KelvinManavar
    @KelvinManavar 5 місяців тому +1

    Hi Abhishek, Its very valuable video. It helps a lot. Thanks ...

  • @sohamkasar7218
    @sohamkasar7218 10 місяців тому +6

    3:11:37
    U haven't mentioned the answers to this question so I have tried to answer I hope this will be helpful for everyone
    Q. What are your Day to Day activities on kubernetes?
    As part of the devops engineer role, We manage kubernetes cluster for our organization. We also ensure that the applications are deployed on to the kubernetes cluster and there are no issues with the applications, so we have set up monitoring on our Kubernetes cluster. We ensure that whenever there apart from kubernetes cluster for example developers are not able to do some troubleshoot some issues with respect to pods, services, route the traffic into. or inside kubernetes cluster. in such cases mandatory expertise on kubernetes cluster comes into the picture we solve that problems. so these are the day to day activities on Kubernetes.

  • @abhishekghosh5550
    @abhishekghosh5550 7 місяців тому +1

    Hi Abhishek! This seems to be a very popular session. It must be good. Do you have anything on Load Balancing using Ingress Controller?

  • @User3452sree
    @User3452sree Рік тому +3

    Thanks Abhishek. You never disappoint us. Great content as usual.

  • @LakshmiAdari-y2r
    @LakshmiAdari-y2r 11 місяців тому +1

    Kubernetes expect k & s there are 8leters so that the reason we call k8s

  • @engineeringgamer5621
    @engineeringgamer5621 7 місяців тому +1

    can we follow this video or your K8s playlist ?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  7 місяців тому

      This video is created by taking the basic concepts from K8s playlist. Playlist has more content on top of this.

  • @csgs13
    @csgs13 9 місяців тому +1

    IF WE LEARN THIS,CAN WE SAY WE HAVE COVERED 80% OF K8's,can we sustain as 3 years exp guy

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  9 місяців тому

      Kubernetes is ocean. We have covered many concepts in the kubernetes playlist. Very hard to say how much percent

  • @sivaappana7915
    @sivaappana7915 6 місяців тому +1

    Hi anna, your videos are awesome. I didn't get the material for this Kubernetes series on git hub. Could you please me the detailed notes. Of course you have provided the good content just asking for material. Just your videos are enough to clear the interviews.🤩🤩

  • @tusharmehrotra5714
    @tusharmehrotra5714 7 місяців тому +1

    awesome videos Abhishek...can you please create a few videos on version upgrades of K8S clusters and various deployment strategies such as rolling updates/blue-green/canary deployments etc....this would surely cement the learning and would be beneficial for everyone...thnx and gr8 job once again....

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  7 місяців тому

      Deployment startegies is already explained. Please search for that

  • @padminicp2562
    @padminicp2562 2 місяці тому

    hi abhishek ,could you please check the source repo for kubernetes which you provided in description is landing into aws course repo

  • @prajeetkumar3039
    @prajeetkumar3039 Рік тому +1

    Thanks a lot Abhishek.. a small request, could you make session on kubevirt please..

  • @satishsharma-dp6ce
    @satishsharma-dp6ce 5 місяців тому

    Sir how can we implement auto scaling based on some matric (like average load per pod) in a k8s cluster?

  • @saifellahdebbiche6964
    @saifellahdebbiche6964 4 місяці тому +1

    The only thing I'm wondering about as I dive further into this tutorial is how it's possible that it has only 7600 likes.

  • @aakashpunekar9437
    @aakashpunekar9437 Рік тому +2

    Can you please create the same video for Docker too as that is the only prerequisite for the kubernetes.

  • @kjagadeesh4643
    @kjagadeesh4643 9 місяців тому +1

    Hi Abshiek, Thanks for this very useful for me, one small request can you upload AWS Zero to Hero in one video like how you uploaded Docker and K8S.

  • @punithm454
    @punithm454 Рік тому +2

    Special surprise gift for a devops community.long live AV..❤

  • @unemployedindian8317
    @unemployedindian8317 10 місяців тому

    Anna image pullbackoff error chupistundhi anna nen chala try chesa stackover flow lo chusi try chesa but same issue repeat avutundhi anna
    Okassarii issue ni Ela solve cheyalo cheppu anna plzzz

  • @HemantChaudhary-e7v
    @HemantChaudhary-e7v 10 місяців тому +1

    Is this enough for interview perspective?

  • @mvijayganesh
    @mvijayganesh 9 місяців тому +1

    Thanks for your effort Bro. . One update ,on 3:17:00 There is a step missing in case if minikube in ubuntu, before build the docker image. eval $(minikube -p minikube docker-env)" to avoid imagepullback error .

  • @abdikarimosman2511
    @abdikarimosman2511 3 місяці тому

    bash scripting cheat sheet for aws or Azura
    can you give me cheat sheet for all aws services or Azura

  • @fastestperson
    @fastestperson Рік тому +3

    Great work. Thanks for putting all together.

  • @veereshpatel.46
    @veereshpatel.46 Рік тому +1

    I am waiting GCP course from u
    My thumbnail suggestions for GCP
    1. Master class on GCP introduction & Installation
    2. All regions & Cost in GCP
    3. All GCP Compute services in one video
    4. All GCP Storage(DB) services in one video
    5. All GCP Devops services in one video
    6. All GCP Bigdata services in one video
    7. All GCP Networking & identity services
    8. All GCP AI tools in one video
    9. All GCP management & data transfer services in one video
    Cover everything about GCP in 9 topics...
    I think above topics with introduction level ---- may be anyone will easily start their career with GCP

  • @swetajyotishi3415
    @swetajyotishi3415 11 місяців тому +1

    Hi Abhishek thank you so much for all the videos. Its really helpful whoever is starting to learn devops from scratch. I am working as a Linux admin and wanted to switch to devops. Could you please help me with the resume validation?

  • @sharathramapuram8024
    @sharathramapuram8024 Рік тому +1

    Good K8S marathon Abhishek
    Konchem pedha manasu cheskoni interview guidelines kuda upload chesthe

  • @SonuGupta-ul8ep
    @SonuGupta-ul8ep 6 місяців тому

    Sir I don't have much space in my computer to run the cluster. what should I do
    ?

  • @HeyMani92
    @HeyMani92 5 місяців тому +1

    Hi Abhishek,
    Thank you so much for the way you explained the Kubernetes Architecture. I loved it

  • @GaganSagar-mu4jj
    @GaganSagar-mu4jj 4 місяці тому +1

    Your explanation making the concepts more interesting. Became a big fan. Lots of love from us. Keep going, keep sharing😊

  • @adnanmohammad7129
    @adnanmohammad7129 7 місяців тому +1

    Learnt alot from this video, Thanks Abhishek. Can you also make a video on explaining about storage classes in Kubernetes and also backup and restore strategies for kubernetes

  • @sureshaws6355
    @sureshaws6355 Рік тому +1

    Only kubernetes paid classes could u please provide ur details to contact you

  • @SunnyG9
    @SunnyG9 Рік тому +3

    Brilliant, it generated my interest to try it out to be an expert add-on from being Architect.