Expand description
Static analysis of Kubernetes manifests. Static analysis of Kubernetes manifests for resource optimization.
Analyzes Kubernetes manifests to detect over-provisioned or under-provisioned resources without requiring cluster access.
Supports:
- Kubernetes YAML manifests
- Terraform HCL files with
kubernetes_*provider resources - Helm charts - Renders with
helm templatebefore analysis - Kustomize directories - Builds with
kustomize buildbefore analysis
Functionsยง
- analyze
- Analyze Kubernetes manifests from a path.
- analyze_
content - Analyze YAML content directly.
- analyze_
file - Analyze a single YAML file.