Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Multi-Namespace Example

Deploy right-sizing policies across dev, staging, and production namespaces using Kustomize overlays. Each environment uses different aggressiveness settings appropriate for its risk tolerance.

Environment Mode Percentile Max Change Cooldown
dev Auto P90 100% 30m
staging Canary (25%) P95 50% 1h
prod Canary (10%) P99 30% 2h

Usage

Run these commands from the repo root:

kubectl apply -k examples/multi-namespace/overlays/dev
kubectl apply -k examples/multi-namespace/overlays/staging
kubectl apply -k examples/multi-namespace/overlays/prod

Structure

  • base/ - Shared policy template and AttuneDefaults
  • overlays/dev/ - Aggressive settings, Auto mode, fast cooldown
  • overlays/staging/ - Moderate settings, 25% canary
  • overlays/prod/ - Conservative settings, 10% canary, long cooldown