docs(scaling): add v1.18.1 CEL-based policy admission latency benchmarks#2052
Merged
Merged
Conversation
Documents the optional PrometheusRule Helm chart feature: prerequisites, enable/configure instructions, key metrics table, and per-alert runbook for admission and policy execution latency alerts. Signed-off-by: realshuting <shuting@nirmata.com>
Signed-off-by: realshuting <shuting@nirmata.com>
Adds a new benchmark table for Kyverno v1.18.1 `policies.kyverno.io/v1beta1` ValidatingPolicy and MutatingPolicy (CEL-based) measured on Akamai Dedicated hardware (g6-dedicated-32 cluster + g6-dedicated-16 k6 loader). - Labels the existing ClusterPolicy table as pre-v1.14 kyverno.io/v1 - Adds 18-row table covering vpol-pss (PSS apples-to-apples), vpol-complex, mpol-complex, and combined scenarios at 50/200/500 VU × 1/3 replicas - Columns: avg / p95 / p99 / fail%; ⚠ notation where p99 > 1s - Links to full results in docs/perf-testing/v1.18.1/results/summary.md Signed-off-by: realshuting <shutingzhao@example.com> Signed-off-by: realshuting <shuting@nirmata.com>
29 tasks
fjogeleit
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes kyverno/kyverno#14279.
kyverno.io/v1) to distinguish it from the new datapolicies.kyverno.io/v1beta1(ValidatingPolicy+MutatingPolicy, CEL-based) measured on Akamai Dedicated hardwarevpol-pss(16 PSS policies — apples-to-apples with ClusterPolicy rows),vpol-complex,mpol-complex,combined (vpol + mpol)at 50/200/500 VU × 1 and 3 replicasdocs/perf-testing/v1.18.1/results/summary.mdKey findings:
vpol-psssingle-replica at 500 VU: p99 = 1,247 ms ⚠ (aboveKyvernoAdmissionHighLatencythreshold)combined(vpol + mpol) single-replica at 500 VU: p99 = 1,113 ms ⚠This addresses CNCF TOC graduation items 7 (SLOs/SLIs) and 8 (alerting thresholds) from issue kyverno/kyverno#15473.
Test plan
🤖 Generated with Claude Code