nginx-to-higress-migration
Provides a migration path from ingress-nginx to Higress, including compatibility analysis and custom plugin generation.
Install
mkdir -p .claude/skills/nginx-to-higress-migration && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4537" && unzip -o skill.zip -d .claude/skills/nginx-to-higress-migration && rm skill.zipInstalls to .claude/skills/nginx-to-higress-migration
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Migrate from ingress-nginx to Higress in Kubernetes environments. Use when (1) analyzing existing ingress-nginx setup (2) reading nginx Ingress resources and ConfigMaps (3) installing Higress via helm with proper ingressClass (4) identifying unsupported nginx annotations (5) generating WASM plugins for nginx snippets/advanced features (6) building and deploying custom plugins to image registry. Supports full migration workflow with compatibility analysis and plugin generation.Key capabilities
- →Analyze existing ingress-nginx configurations
- →Identify unsupported nginx annotations
- →Generate WASM plugins for advanced routing
- →Install Higress via Helm
- →Verify migration with automated test scripts
How it works
The skill analyzes existing Ingress resources, identifies compatibility gaps, and provides a workflow to install Higress and replace unsupported features with WASM plugins.
Inputs & outputs
When to use nginx-to-higress-migration
- →Migrate ingress-nginx to Higress
- →Audit nginx annotations for compatibility
- →Generate WASM plugins for advanced routing
About nginx-to-higress-migration
This skill streamlines Kubernetes ingress migration by analyzing existing Nginx resources. It flags incompatible annotations, suggests WASM alternatives, and provides guidance for helm deployments.
Migrate from ingress-nginx to Higress in Kubernetes environments. Use when (1) analyzing existing ingress-nginx setup (2) reading nginx Ingress resources and ConfigMaps (3) installing Higress via helm with proper ingressClass (4) identifying unsupported nginx annotations (5) generating WASM plugins for nginx snippets/advanced features (6) building and deploying custom plugins to image registry. Supports full migration workflow with compatibility analysis and plugin generation.
When not to use it
- →When using unsupported snippet annotations without a WASM replacement plan
Prerequisites
Limitations
- →Snippet annotations are not supported and will be ignored
How it compares
It provides a structured, automated migration path and compatibility analysis instead of manual configuration conversion.
Compared to similar skills
nginx-to-higress-migration side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| nginx-to-higress-migration (this skill) | 1 | 6mo | Review | Advanced |
| storage-networking | 6 | 7mo | Review | Advanced |
| k8s-helm | 8 | 6mo | Review | Intermediate |
| kubernetes-architect | 6 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by alibaba
View all by alibaba →You might also like
storage-networking
pluginagentmarketplace
Master Kubernetes storage management and networking architecture. Learn persistent storage, network policies, service discovery, and ingress routing.
k8s-helm
rohitg00
Manage Helm charts, releases, and repositories. Use for Helm installations, upgrades, rollbacks, chart development, and release management.
kubernetes-architect
sickn33
Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost optimization, and developer experience. Use PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native platform design.
gitops-workflow
sickn33
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.
deployment-engineer
sickn33
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.
k8s-manifest-generator
wshobson
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.