Admission Controllers in Kubernetes | Mutating and Validating Webhooks in Kubernetes

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

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

  • @roberto_camp
    @roberto_camp 2 года назад +1

    Great job Vivek. Love how you are writing the custom webhook example in Go.

  • @NehaGupta-ni6nn
    @NehaGupta-ni6nn 2 года назад +2

    Great video and crisp content. Cleared all my concepts. It would be good if this video can be kept 1st in the admission controller's series.

    • @viveksinghggits
      @viveksinghggits  2 года назад +1

      Thank you Neha. I will update the playlist.

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

    This is so informational thanks so much!!

  • @elumalaivairamany3887
    @elumalaivairamany3887 9 месяцев назад

    Good , Worth of time , very few people only explain like you .

  • @rakirahman1011
    @rakirahman1011 2 года назад +3

    Great video once again Vivek. I didn't realize that the MutatingWebHook can actually call an API sitting outside the K8s cluster, I thought it had to be a pod running inside.
    If you're planning on doing a demo tutorial of MutatingWebHooks, it'd be interesting if you made a simple API running on Docker Desktop or a Lambda function etc that K8s reaches out to to get the patched JSON and persist it back to etcd to showcase this point

    • @viveksinghggits
      @viveksinghggits  2 года назад

      Hi 👋 Raki,
      Yes I do have plans to implement a validating webhook but I was planning to run that inside k8s cluster as pod. But I like what you suggested, let's see if I can do that as well.

  • @vtvvnha2230
    @vtvvnha2230 2 года назад +2

    please make more videos, thank you

  • @shamstabrez2986
    @shamstabrez2986 2 года назад

    bhai bina dkhe bht sara apka videos like krdiya h qki i know u make informative videos which content advanced topics

  • @SaravananG
    @SaravananG 2 года назад +2

    Good one Vivek!

  • @sai.prasanna
    @sai.prasanna Год назад

    Very informative video. Thank you for this education. 🙏

  • @nittu123456789
    @nittu123456789 8 месяцев назад

    Great Video Vivek

  • @Pgsgopi
    @Pgsgopi 2 года назад +2

    Good video. Can u plz do a video of writing a mutating and admission controller and deploying them

    • @viveksinghggits
      @viveksinghggits  2 года назад +2

      Hi, thanks Gopi. Sure, I have plans to make videos on writing admission controllers. Targeting validation webhook controller first and then maybe mutating admission controller.

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

    Amazing!

  • @ashrafshaik8051
    @ashrafshaik8051 2 года назад +1

    Hi Vivek is it possible to file copy or file transfer from pod to server without kubectl and in AWS managed server

    • @viveksinghggits
      @viveksinghggits  2 года назад

      Hi,
      kubectl cp is one of the ways that I know of. I am not sure if there are other ways. You can try to write your own tool but I am assuming that's not your use case.

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

    please help me by mistake i have deleted ValidatingAdmissionWebhook. i want to enable it what should i do?

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

      Hi Gaurav,
      There are chances that the resource is checked in to source code repository, for example GitHub or BitBucket. You should check with your team if the resource is available somewhere.