Kubernetes Toughest Interview Scenarios & Questions | How many can you answer ? |

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 53

  • @anilsree06
    @anilsree06 11 месяцев назад +7

    pod security: kubernetes will provide built in feature called pod admission controller to enforce the pod security standards [v 1.28] . it is applied at namespace level when the pods gets created. Pod security standard has three levels privileged,baseline,restricted. pod security admission labels for namespaces has three modes like enforce, audit, warn. This is some brief but in depth it more than this.

  • @pareshpatel493
    @pareshpatel493 Год назад +11

    Pod Security removed completely in v1.25
    Instead of this you can use:
    • Pod Security Admission
    Pod security restrictions applied at the Namespace level when pods are created.
    • A 3rd party admission plugin, that you deploy and configure yourself.

  • @yogithakakarla1716
    @yogithakakarla1716 Год назад +2

    Awesome. Need more such videos and real time scenarios which u have faced

  • @IrkyMan
    @IrkyMan Год назад +2

    Yes, these are advanced, thanks for this.

  • @creativehubpriya
    @creativehubpriya 3 месяца назад

    Nice explanation Abhishek. Thanks for sharing

  • @AnshuAnand2020
    @AnshuAnand2020 Год назад +1

    Tq Abhishek bhai for the wonderful video really loved it

  • @vikasdhandar7464
    @vikasdhandar7464 10 месяцев назад +1

    Hi Abhishek,
    Please make same video ob eks service as well that will really helpful for everyone.
    Thanks in Advance.

  • @KunjaBihariJena
    @KunjaBihariJena Год назад +1

    Thank you Brother. It's very helpful to us

  • @BhaaRaThh
    @BhaaRaThh Год назад +1

    Great keep doing. like to see you at top

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Thanks alot RK

    • @BhaaRaThh
      @BhaaRaThh Год назад

      @@AbhishekVeeramalla i should say thanks for your efforts. You blinding great platform. God bless you. Thank you.

  • @Aswanibalaraju5860
    @Aswanibalaraju5860 Год назад +2

    Nice video very useful information bro 👍 👌

  • @k0nepalli313
    @k0nepalli313 Год назад +1

    Thank you for sharing, good informative

  • @rkrath123
    @rkrath123 Год назад +1

    Great video Bhai.. Still waiting for teraform video

  • @sayyednavedali218
    @sayyednavedali218 Год назад +1

    Hi Abhishek
    Nice videos Im following your devops series my question how to practice observability related to real time Im lagging in the interviews for monitoring related scenerios.
    However one to one discussion is possible with please let me know

  • @NaveenKumar-vy2ug
    @NaveenKumar-vy2ug Год назад +2

    Hi Abhishek,, Yesterday I had an interview with one of big 4 company for the devops engineer.. I don't have any experience in devops.. but I answered 60% of his question and he took 1 hour. but I failed to answer in scenario base question.. one of them is.. how do you identify and solve the software bugs in application which is hosted at Kubernetes cluster ,, can you please help me on this🙏🙏. day by day I am loosing hope.. I invested 1 year to learn devops.. but I cracked interivew with some company but I failed in second round..I'm experiencing growing depression every day

    • @ChaosTubeStuff
      @ChaosTubeStuff 5 месяцев назад

      Hi Naveen, Did you get any job?

  • @KalpanaRadhakrishnan1999
    @KalpanaRadhakrishnan1999 Год назад +1

    Tq so much Abhi🙂🙂

  • @thespiderman49
    @thespiderman49 Год назад

    Hi Abhishek,
    Thank you very much for the 'Clarity ' you have and the way you transfer to the audience.
    Is there any to contact you?

  • @kirankumar-xx7ef
    @kirankumar-xx7ef Год назад +1

    Hi Abhishek, im watching each and every video of your topics on Kubernetes its very useful to crack interviews, currently im working as OCP admin, i would like to know how do we build a cluster from scratch i wanted to have handson on building cluster end to end, like setting up masters, workers, building Application, etc any suggestions?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      Hi Kiran, If you are looking at OpenShift Clusters in specific. You can do it using Ansible playbooks and Terraform.
      Basically spin up the nodes on cloud or onpremises using Terraform and then OpenShift provides playbooks to install from Scratch, you can look at OpenShift docs or Ansible Galaxy.
      Hope u got it

  • @RaghuPokuri21
    @RaghuPokuri21 8 дней назад

    you can try looking for cortex instead of thanos

  • @prabhukumar356
    @prabhukumar356 Месяц назад

    Thank you sir

  • @saikumarp1543
    @saikumarp1543 Год назад +1

    App-adapter and ambassador container

  • @pallerajani3281
    @pallerajani3281 Год назад +1

    Very helpful video

  • @bikensharma4577
    @bikensharma4577 Год назад +1

    i guess pod security policy is being replaced by pod security admission..

  • @nil1473
    @nil1473 Год назад +1

    👌👌

  • @kaal970
    @kaal970 Месяц назад

    ye video se pehle i was like apun ko db ata k8 ma

  • @bhavyab3600
    @bhavyab3600 Год назад +1

    Nice one

  • @hanumanthap6885
    @hanumanthap6885 7 месяцев назад

    Hi Abhi , How the traffic will go out in k8s, Dovwe have to configure egress? Or user routes

  • @rohanjangale6800
    @rohanjangale6800 Год назад +1

    how can a devops fresher get a remote internship or remote jobs which are high paying than indian companies

  • @Ayush-lj6pq
    @Ayush-lj6pq Год назад +1

    very helpful

  • @kasunperera9700
    @kasunperera9700 Год назад +1

    Custom controller = operator right

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад

      Hi Kasun Perera, Custom Controller and Operator are very different.
      For example, istio controller is a custom Kubernetes controller whereas istio-operator is an operator that takes care of packing , managing, upgrades and easy installation of your istio controller.