Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Unleashing the Power of Kyverno: A Deep Dive into Kubernetes Policy Management

Unleashing the Power of Kyverno: A Deep Dive into Kubernetes Policy Management

Jeppe Johansen

May 31, 2023
Tweet

More Decks by Jeppe Johansen

Other Decks in Technology

Transcript

  1. GET/POST Support rules: - name: call-extension match: # .... context:

    - name: result apiCall: service: requestType: POST urlPath: http://sample.kyverno- extension/check-namespace data: - key: namespace value: "{{request.namespace}}" validate: message: "namespace {{request.namespace}} is not allowed" deny: conditions: all: - key: "{{ result.allowed }}" operator: EQUALS value: false
  2. Wrap up - Why security policy - Other options -

    What’s Kyverno - Where to use it - How to get started - New features to come