k8s-design

Map analysis findings to an AKS design blueprint ready for YAML conversion.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides the design of a target AKS (Azure Kubernetes Service) architecture based on findings produced by the analysis phase. It translates an inventory of source-platform workloads, dependencies, and infrastructure into a concrete Azure-native architecture blueprint that is ready for YAML conversion and deployment.

Core Features & Use Cases

  • Map analysis findings to Azure/AKS equivalents and produce a comprehensive target architecture blueprint ready for YAML conversion.
  • Design network topology, storage strategy, identity, observability, and security controls aligned with the Azure Well-Architected Framework.
  • Produce design artifacts including migration/design/design_report.md and migration/design/architecture.mermaid, along with an inline Mermaid diagram and validated references.

Quick Start

Run the design workflow after completing the analysis phase to generate the design report and architecture diagram for AKS.

Frequently Asked Questions about k8s-design

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

FAQPage Schema
How do I design an AKS architecture from existing Kubernetes workload analysis?

To design an AKS architecture from workload analysis, map source platform findings to Azure equivalents and produce a target blueprint covering network, storage, identity, and security. This generates a concrete design report with an inline architecture diagram ready for deployment.

Can I use this to migrate EKS or GKE workloads to Azure Kubernetes Service?

Yes, you can migrate EKS, GKE, OpenShift, Rancher, Tanzu, and on-premises platforms to Azure Kubernetes Service. It translates source workload dependencies and infrastructure into an Azure-native target architecture blueprint for deployment.

What artifacts are generated for an AKS migration design report?

An AKS migration design report generates a design_report.md file and an architecture.mermaid diagram. It also produces an Azure Well-Architected Framework assessment with sign-off blocks and validated references.

Does the AKS design blueprint align with the Azure Well-Architected Framework?

The AKS design blueprint aligns with the Azure Well-Architected Framework by designing network topology, storage strategy, identity, observability, and security controls. It includes an inline Well-Architected Framework assessment with sign-off blocks.

How to convert AKS architecture designs into deployable YAML?

To convert AKS architecture designs into YAML, use this skill to map analysis findings into a concrete Azure-native architecture blueprint. The generated design report and architecture diagram are structured to be ready for YAML conversion and deployment.