Nginx Ingress to APIG Migration Scenario Description Migrate Kubernetes nginx Ingress resources to Alibaba Cloud API Gateway (APIG). APIG is an Envoy-based gateway (Higress) that uses . This skill classifies every annotation into Compatible / Ignorable / Unsupported, resolves unsupported annotations via a four-level decision tree (Higress native → safe-to-drop → built-in plugin → custom WasmPlugin), generates migrated Ingress YAML, and produces a deployment-ready migration report. Architecture : The core analysis workflow operates entirely offline on user-provided YAML — no cluster access, CL…