Creating and Debugging Kubernetes Admission Webhooks - Maninderjit Bindra, Microsoft

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

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

  • @zubinpratap
    @zubinpratap 4 года назад +3

    Timestamped TOC 👇🏼
    1:00 Intro to talk, and scope
    1:30 context to admission controllers - understand the k8s API request flow
    5:10 common functions performed by admission controllers
    6:22 API request flow, including mutating and validating webhooks
    7:41 usecases for mutating and validating webhooks
    9:25 sample usecase for a webhook - outline
    10:39 structure of a validation admission webhook's YAML
    12:33 k8s API's Admission Review Request object
    13:21 Webhook allow or fail response structure
    15:17 debugging
    17:05 Demo webhook success and fail responses for the sample usecase
    18:35 Go code debugging in VSCode
    23:03 Open Policy Agent as an alternative to Admission Webhooks for policy enforcement

  • @cantwaittowatch
    @cantwaittowatch 3 года назад +1

    Got a good high level and some detail view but given the complexity of the custom hooks, more pictures and detailed flows would always help than words. Thanks for presenting such a non-trivial topic.

  • @bhumijgupta
    @bhumijgupta 3 года назад

    This was really helpful and very concise!

  • @sachintiwari1579
    @sachintiwari1579 3 года назад

    "mutating webhooks are called serially, one after the other" - So in case of multiple mutating webhooks is there some logic behind order in which they will be get called?

  • @manibindra
    @manibindra 4 года назад

    Hi @CNCF wanted to check why the video was moved from its original link of ruclips.net/video/bMmYwvtYIZc/видео.html ?

    • @srahul842002
      @srahul842002 3 года назад

      Thanks a lot this was useful and the way you explained was appreciable :)