Kubernetes review-spec content
Verification patterns for comparing Kubernetes implementations against their design specifications. The core IaC semantic shift — declarative artifacts ARE the implementation — is documented in the `review-spec` skill files; this index provides K8s-specific verification targets.
Overview
Kubernetes review-spec content
Verification patterns for comparing Kubernetes implementations against their design specifications. The core IaC semantic shift — declarative artifacts ARE the implementation — is documented in the review-spec skill files; this index provides K8s-specific verification targets.
Always load
- type-mapping.md — K8s-specific finding-type mapping: how to verify resource presence, field values, and relationship chains against design specs. Applies to all K8s artifacts (plain manifests, Helm, Kustomize).
Conditional
-
helm-verification.md — Helm-specific spec verification patterns for Chart.yaml metadata, values.yaml defaults, template conditionals, and chart dependencies. Load if: the diff contains a file named
Chart.yaml; OR a file namedvalues*.yamlin a directory that also containsChart.yaml; OR a file under atemplates/directory whose parent containsChart.yaml. -
kustomize-verification.md — Kustomize-specific spec verification patterns for base/overlay structure, patch targets, and generator usage. Load if: the diff contains a file named
kustomization.yaml,kustomization.yml, orKustomization; OR a file under abases/oroverlays/directory.