Module optimize

Module optimize 

Source
Expand description

Handler for the optimize command.

Analyzes Kubernetes manifests for resource optimization opportunities. Supports both static analysis (Phase 1) and live cluster analysis (Phase 2).

With --full flag, also runs:

  • kubelint: Security and best practice checks
  • helmlint: Helm chart structure validation

Structs§

OptimizeOptions
Configuration for the optimize command

Functions§

handle_optimize
Handle the optimize command.