Kyverno resource governance policies enforcing CPU/memory limits, HPA requirements, and storage constraints for Kubernetes workloads.
Enforces CPU/memory limits, HPA requirements, and storage constraints on Kubernetes workloads. Use when you need to prevent resource overconsumption, mandate autoscaling for production, or control PVC sizes across namespaces.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install enforce@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdreference.mdscripts/example-1.shscripts/example-10.shscripts/example-2.shscripts/example-3.shscripts/example-4.yamlscripts/example-5.yamlscripts/example-6.yamlscripts/example-7.shscripts/example-8.shscripts/example-9.shResource governance policies prevent overconsumption, enforce autoscaling requirements, and control storage allocation across your cluster.
Resource Limits Prevent Noisy Neighbors
Without resource limits, a single pod can consume all node capacity and starve other workloads. Enforce limits to guarantee fair resource allocation.
Require resource limits on all containers:
# Enforced by: limits.yaml
# Result: All containers must define resources.limits.cpu and resources.limits.memory
# Impact: Prevents single pod from consuming entire node capacity
Require HPA for production Deployments:
# Enforced by: hpa.yaml
# Result: Deployments in prod-* namespaces must have corresponding HPA
# Impact: Ensures production services scale automatically under load
Restrict PVC size to prevent excessive allocations:
# Enforced by: storage.yaml
# Result: PVCs cannot exceed 100Gi in dev namespaces
# Impact: Prevents accidental provisioning of expensive storage volumes
See the full implementation guide in the source documentation.
Use both mechanisms for defense in depth:
Kyverno policies complement quotas by validating workload-level configuration before admission.
Set appropriate resource values to balance cost and reliability:
Use Vertical Pod Autoscaler (VPA) recommendations to identify optimal values.
Choose the right autoscaling mechanism for your workload:
Kyverno policies enforce HPA presence and configuration validity.
See reference.md for additional techniques and detailed examples.
See examples.md for code examples.
See reference.md for complete documentation.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.