Kubernetes Interview Questions | Kubernetes Interview Questions and Answers | Kubernetes DevOps | 05

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

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

    Most of the questions are just defination .....I was expecting questions more on real-time issue in Kubernetes ...well last 9 min questions are really good

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

    It will be great if you can come with some more scenario-based questions 🙂. Thank you for all the efforts you are putting to help people.

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Sure, will announce a dedicated series on this.

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

    Thanks for creating these videos! It really help to get an idea about interview questions.

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Glad it was helpful!

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

    I think this is excellent playlist for Devops.....appreciate the efforts of creating this Playlist!!! Can u create one more for SRE and Recent interviews of Devops?

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

    hey ravish ,we really apricate for your effort, you are doing a great job which is really help people like me, who is trying to switch from Non-IT to IT .My request is please make a series on Python for Devops because i am not finding any relevant topic on free platform to refer or whatever is available its out of box for non IT background people like me.

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      There are already two courses on my channel
      1) Python interview questions for DevOps
      th-cam.com/video/4fecE98pUL0/w-d-xo.html
      2) Python for Beginners
      th-cam.com/video/CFVJOvBbJfg/w-d-xo.html

    • @mayurmadan7956
      @mayurmadan7956 2 ปีที่แล้ว

      @@LogicOpsLab thank you but is it sufficient for fresher who want to switch in devops .

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

      @@mayurmadan7956 Indeed. For Python, yes!

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

    U r doing superb job for devops jobseekers 🎉❤😊😅

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

      Appreciate your support 🙏🏻🙏🏻

  • @nehagahilot1517
    @nehagahilot1517 2 ปีที่แล้ว

    Whoaaaa!! How come I didn't find this interview before, amazingggg!! 🤯🤯

  • @KaranVerma-e2z
    @KaranVerma-e2z ปีที่แล้ว

    it is really awesome how you explain complicated things in a simple way

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

    Hey the one question you asked about node is tainted ? answer is yes we do it through toleration to a pod specification to allow it to be scheduled onto a tainted node

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

      Can you please tell us the timestamp? Will address it.

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

      @@LogicOpsLab sorry my bad i forgot to mention timestamp 24:52

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

    1. Can you explain me the main components of Master Node?
    2.
    What are the different types of multiple container pods?
    3. Explain the concepts of namespaces in Kuberenetes?
    4. Is there any relation between Docker and Kubernetes?
    5. Kubernetes has a feature of Self Healing, Can you give an example?
    aka Kubernetes as Wolverine 😂
    6. What do you understand by the minicube?

  • @sagarahire-ys3uj
    @sagarahire-ys3uj ปีที่แล้ว

    I hope lot more are coming...thanks for doing this

  • @sagarahire-ys3uj
    @sagarahire-ys3uj ปีที่แล้ว

    i think for FB question..federated cluster will make more much sense there having a set of similar microservices (domain wise or relatability) they might run on one single cluster and likewise we'll have lot of clusters also this microservices will also have their replicas running and we can concept like Node affinity

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

      Can you please help me with the timestamp?

    • @sagarahire-ys3uj
      @sagarahire-ys3uj ปีที่แล้ว

      @@LogicOpsLab FB question came on 20:40 but m not able to track for federated cluster

  • @Alpha-kt6hc
    @Alpha-kt6hc ปีที่แล้ว

    I think "servicemesh" was the one word answer for how does kubernetes helps with microservice architecture.
    And Loadblancer IP and External IP are completely different concepts, External IP is a service and Loadbalancer IP is an IP address that keeps on changing usually.

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

      On the context of "how does kubernetes helps with microservice architecture." The answer can be multifold, it depends how a person is explaining it.
      Here's how Kubernetes helps with microservice architecture:
      Containerization: Kubernetes is built around containers, which are an ideal packaging format for microservices. Containers package the application and its dependencies into a single unit, making it easy to deploy and manage microservices independently.
      Scaling: Kubernetes enables automatic scaling of microservices. You can define scaling rules and policies for individual microservices based on factors like CPU utilization, memory usage, or custom metrics. This ensures that your microservices can handle varying workloads efficiently.
      Service Discovery and Load Balancing: Kubernetes provides built-in service discovery and load balancing. Microservices can communicate with each other using service names, and Kubernetes takes care of routing traffic to the appropriate instances. This simplifies communication between microservices.
      Resource Isolation: Kubernetes enforces resource isolation and resource quotas. Each microservice can be allocated specific CPU and memory resources, ensuring that one service does not adversely affect others.
      Now, this is not the complete list, there can be several other aspects, as well..

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

    Could you give me clarity in kubernetes that we have a single master node. The node is automatically terminated then is there any possibility to get back using ETCD.

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

      Here's a simplified overview of the recovery process:
      Detection: When the master node becomes unavailable, whether due to a crash or other reasons, the Kubernetes nodes and other components in the cluster will detect the loss of connectivity to the control plane.
      Failover: Kubernetes has a mechanism called "leader election" that allows other nodes to elect a new master from the available nodes. This process is often managed by tools like kube-controller-manager and kube-scheduler. A new master node will be elected, and control plane services will be rescheduled on this new master.
      Etcd Recovery: The etcd cluster may also need to recover if the etcd nodes on the failed master were part of the etcd cluster. Etcd is designed for high availability and can handle failures, but the recovery process may take some time. If the etcd cluster suffered a quorum loss (e.g., losing the majority of its nodes), you may need to intervene manually to restore the quorum.
      Cluster Stability: Once a new master is elected and etcd is stable again, the Kubernetes cluster will regain its stability, and you can resume managing and deploying applications in the cluster.
      It's important to note that the specific steps and configurations for recovery may vary depending on your Kubernetes setup, including the choice of networking, cloud provider, and other infrastructure components.

  • @tejasmahakalkar4779
    @tejasmahakalkar4779 2 ปีที่แล้ว

    How to answer the question like how to move from monolithic to microservice and containerised the application?

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

    Wonder how did he clear CKA!

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Good question.

    • @SumitKumar-uq3dg
      @SumitKumar-uq3dg 2 ปีที่แล้ว +2

      Ha ha. I also felt he was simply telling anything. Many places he wasnt even clear

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

      Agree 💯 , even I feel more knowledgeable without CKA certification😅😅 , the way he's answering I am afraid 😅

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

    Great😊😊

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

    For some questions, the candidate is actually typing the question on google in run time and he is smart enough to buy some time to get the answers....

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      Could be possible, people are getting smarter these days.

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

    Thank YOU

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

    Man I can hardly understand the candidate...I tried with captions and the captions engine is just as confused :(

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

      Don't worry, you aren't losing out on much. He is not answering properly, plus most of his answers did not make sense.

    • @sabapathan8018
      @sabapathan8018 2 ปีที่แล้ว

      @@LogicOpsLab yes, could you please make videos on the same interview which will answer properly for us

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      @@sabapathan8018 Yes, started a separate series for the same.

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

      @@LogicOpsLab > plus most of his answers did not make sense.
      I understand his English was not very clear, but his answers were satisfactory. I found that he had knowledge of everything that you asked..it's just that he couldn't frame his answers properly.

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

      @@neerajkumar81 The stakes were high for this position.

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

    better to keep only questions, delete answers. I am forgetting what I learnt till date by listening his answers 😅

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

      Hi, Kiran. Please comment down the correct answers as feedback. This will help other folks, as well.

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

    The candidate is not explaining properly in simpler terms , it's difficult to understand for the interviewer also i think to understand

    • @LogicOpsLab
      @LogicOpsLab  2 ปีที่แล้ว

      True. He was rejected, and wasn't able to clear the interview.

    • @subhasismandal4180
      @subhasismandal4180 2 ปีที่แล้ว

      @@LogicOpsLab can you please guide me, I am 1 years of exp. and have hands on exp on aws eks with both node as a service and fargate as a service (serverless), api gateway,lambda ,R53 and various Aws services, have done linux configurations inside ec2 and have self learned on docker and k8s and know a bit of shell scripting also , I want to switch from this job because i am not getting challenging work and brainstorming projects

  • @Alpha-kt6hc
    @Alpha-kt6hc ปีที่แล้ว

    If the guy has cleared CKA then why did you ask him questions like:
    Do you know what etcd is?
    He obviously knows that much, probably knows etcdl commands too.

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

      Trained hirer here. Have you ever heard about proxy certifications? In order to find out if the candidate is real or not we always start with basic ones and then increase the difficulty level. I think he's doing just fine.
      Also, he had put 32 videos here before some dumbass girl threatened his job. This used to be one stop solution for junior to mid senior level interviews.
      Gone are the days. 😢😢

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

      Thanks for the feedback.

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

    Candidate dont have much experience in kubernet, he is not giving straight forward answer, rather he is creating story and cover the answers.

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

      Thanks for the feedback

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

    I can’t understand the guys English

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

      Please switch on the subtitles

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

    Even the English translation failed to get his answers 😭

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

      At a few places, yes.

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

    Simply he told nonsense for the question how the docker and Kubernetes related😂 listen with 0.75x speed you can listen some stuff

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

      Hi, Kiran. Please comment down the correct answers as feedback. This will help other folks, as well.

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

    Banda select hua ka ?