Kubernetes Scenario Interview Questions | Kubernetes Interview Questions for Freshers | LogicOps Lab

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Kubernetes Scenario Interview Questions | Kubernetes Interview Questions and Answers for Experienced | Kubernetes Scenario Interview Questions | Kubernetes Interview Questions for Freshers | LogicOps Lab | 045
    Hey folks,
    Welcome back to another video in the series of DevOps Interviews. This is the 45th video in this series. This is a complete 25-minute-long technical video purely on #kubernetes #devops #devopsinterview etc. Pick a pen and paper, and note down the questions we have covered in this video.
    LogicOps Lab - / @logicopslab
    LogicOps Lab - Hindi - / @logicopslabhindi
    GitHub - bit.ly/3lsUjdE
    Twitter - ​ / logicopslab
    Instagram - bit.ly/3tJ9Jyf
    Facebook - bit.ly/3ziMoVq
    Like | Share | Subscribe | Follow
    kubernetes interview questions and answers for experienced,kubernetes interview questions,kubernetes interview questions and answers,kubernetes,devops kubernetes,devops kubernetes interview questions,kubernetes scenario based questions,kubernetes scenario interview questions,kubernetes troubleshooting scenarios,kubernetes scenario based interview questions,devops kubernetes project,kubernetes questions and answers,kubernetes questions,kubernetes interview

КОМЕНТАРІ • 40

  • @user-dj7xb7dr2m
    @user-dj7xb7dr2m 8 місяців тому +7

    This is exactly something I was looking for. You channel is a gold mine for anyone who is preparing for devops and cloud jobs. All the best for your channel.

  • @noobcoder6214
    @noobcoder6214 8 місяців тому +3

    Thanks for including answers from your end. This helps a lot.

  • @k_shaw9161
    @k_shaw9161 8 місяців тому +3

    Subtitles did save the day. Thank you for your efforts.🎉

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

    Important content. But, unfortunately, the accent of the candidate is not easy to deem. Please try to write the QnA at the screen then it would b every easy for all the viewers. Ty

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

      That's why I have told answers from my end, as well. But, you can switch on the subtitles, too. Thanks for the feedback, Azizul.

  • @yogeshupadhyay7367
    @yogeshupadhyay7367 23 дні тому

    Ravish bhai mujhae aisa lagata hai jitne bhi interview aap ne liye kuch ko chod kar sab main aap ka time waste hi hua hai kyonki koi banda bol hi nahin paa rha dhamg se question bhi aap puchte ho answer bhi aap hi dete ho

    • @LogicOpsLab
      @LogicOpsLab  22 дні тому

      Thanks for the feedback, mate. But, this comes as part of the job. Also, helping a candidate sometimes boost their confidence. So, I try.

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

    How pod to pod communication happens in eks?
    Ans.
    How to setup eks customn network?
    Ans. You have vpc's container network interface. They are plugins. They allow advance networking communication within the vpcs.

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

    sir please provide the timestamp for each question in all videos we are continuously saying this but you don't do this......

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

    Question- have you done anything related to monitoring and logging ?
    Ans. Prometheus and grafana. Aws cloudwatch can be integrated with eks. You can collect and monitor the logs using cloudwatch logs. Additionally you can configure specific tools like fluentd.
    You can use cloudwatch container insights to gain deeper insights for containerized applications

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

    Question. How IAM roles are used in eks for access control?
    Ans. IAM rules are basically mapped to Kubernetes rbac roles.
    Thethey use aws-authconfig map.
    This allow specific IAM user or roles to have defined permission within eks cluster.
    IAM roles can be associated with task such as managing worker nodes , accessing cluster or even define fine grain access control through rbac

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

    In eks you can do rollback by using Kuber rollback deployment feature , by simpley updating the deployment to previous version or stable version you can clearly rollback.
    Q.. have you worked under multi cluster eks management?
    Ans. Like development, staging, production
    . Using context to switch btw various cluster.
    We have tools like aws organisation, aws control tower. You can use them to manage multiple cluster consistently.tools like aws cli , sdk to automate cluster provisioninh.. cloud formation and terraform for consistent deployment across various environment

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

    Q. Eks achieves high availability by distributing controlplane across multiple availability zones.
    For scalability you can use ASG for worker nodes. So by spreading nodes across multiple AZs and using auto scaling groups, the cluster remains resilient and can handle varying workloads

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

    Q. Process of updating nodes in eks cluster without causing downtime?
    You can update node group by launching new instances with desired AMI version and then gradually draining and terminating the old instance.this proces insures application is continuously running during update

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

    Question. How do you integrate amazon eka with cicd pipeline?

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

    Bro you are doing great job your sessions helping me a lot try to take Azuredevops, and Terraform with azure interviews also

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

      Glad to hear that. All of them are present in this playlist.

  • @SauravDubey-l4f
    @SauravDubey-l4f 8 місяців тому

    for better understanding, plz include the sub titles in the video.

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

      Please switch on the subtitles, they're working, I checked.

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

    Tanks a lot for this Wonder full vidéo

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

      Thank you for watching and for your kind words!

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

    Please create interview for gcp and Kubernetes.

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

      Kindly check the playlist, we have multiple interviews dedicated to Kubernetes and GCP, as well.

  • @SastaDopamines
    @SastaDopamines Місяць тому +1

    Question 1:
    1. How do you ensure high availability and scalability in EKS cluster?
    2. Can you please update me process of updating nodes in EKS cluster without causing any downtime?
    3. Can you explain scenarios you have encountered for logging and monitoring in kubernetes?
    4.How IAM roles were used in EKS for access controls?
    Read More......

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

    Love your way of interviewing
    Keep it up 💪🏻

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

    bro is this for 2 yrs' exp ?

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

    Thank u master

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

    Short and crisp 👍🏻

  • @jagannathsenapati-t2d
    @jagannathsenapati-t2d 7 місяців тому

    Can I get your number..for preparation devops q n a

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

      Please connect with me on LinkedIn