platform-eks

Map AWS EKS concepts to Azure AKS equivalents for cross-cloud migration.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Dongbumlee/container-migration-copilot --skill platform-eks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-eks
Source: https://github.com/Dongbumlee/container-migration-copilot/tree/main/.github/plugins/container-migration/skills/platform-eks
Command: npx skills add https://github.com/Dongbumlee/container-migration-copilot --skill platform-eks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Migrate AWS EKS workloads to AKS with clear, actionable mappings and guidance to reduce manual effort and migration risk.

Core Features & Use Cases

  • EKS to AKS alignment: Provide mappings for identity, storage, networking, container registry, and observability.
  • Migration planning: Guidance to translate AWS-native constructs to Azure equivalents during cluster modernization.
  • Use Case: Teams migrating production workloads from EKS to AKS can use this skill to map IRSA to Azure Workload Identity, EBS CSI to Azure Disk, ALB Ingress Controller to AGIC, and ECR to ACR.

Quick Start

Provide your EKS manifests to the skill to generate Azure-aligned migration mappings for AKS.

Frequently Asked Questions about platform-eks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map EKS IAM roles for service accounts to Azure during an AKS migration?

To migrate EKS IAM roles for service accounts to AKS, you map IRSA to Azure Workload Identity. This translation rule allows your Kubernetes workloads to securely access cloud resources using managed identities instead of AWS-specific IAM integrations.

What is the best way to translate AWS EBS storage to Azure Disk for a Kubernetes migration?

The best way to translate AWS EBS storage to Azure Disk is by mapping the EBS CSI driver to its Azure Disk equivalent. This ensures your persistent volume claims are correctly aligned with Azure's native storage infrastructure during the migration process.

How do I migrate the ALB Ingress Controller from EKS to AKS?

To migrate the ALB Ingress Controller from EKS to AKS, you map it to the Azure Application Gateway Ingress Controller (AGIC). This translation supports safe, reviewable output by aligning your AWS ingress routing with Azure's native application gateway.

Can I use this cross-cloud migration guidance for production container registries?

Yes, you can use this cross-cloud migration guidance for production container registries by mapping Amazon ECR to Azure Container Registry (ACR). This ensures your container images are correctly referenced and securely stored within the Azure environment.

Does EKS to AKS migration require mapping observability configurations?

Yes, EKS to AKS migration requires mapping observability configurations to maintain visibility into your workloads. The skill provides specific alignment guidance for translating AWS-native observability constructs to their Azure equivalents during cluster modernization.

What EKS constructs need translation when modernizing clusters to AKS?

When modernizing clusters to AKS, the EKS constructs that need translation include identity, storage, networking, container registry, and observability. Mapping these AWS-native constructs to Azure equivalents reduces manual effort and migration risk.