<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj" -->

---
title: Containerization Assist - Simplifying Modern App Delivery
description: Containerization Assist is an open-source MCP server built by Microsoft that helps developers migrate existing applications to Azure Kubernetes Service (AKS)....
canonical: https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Containerization Assist - Simplifying Modern App Delivery | daily.dev
og:description: Containerization Assist is an open-source MCP server built by Microsoft that helps developers migrate existing applications to Azure Kubernetes Service (AKS)....
og:url: https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj
og:image: https://api.daily.dev/og/posts/cjy3Q1ySJ.png
og:image:alt: Containerization Assist - Simplifying Modern App Delivery
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Containerization Assist - Simplifying Modern App Delivery

**[Microsoft Developer](https://daily.dev/sources/microsoftdeveloper)** · 13 min read · 0 upvotes · 0 comments

## Summary

Containerization Assist is an open-source MCP server built by Microsoft that helps developers migrate existing applications to Azure Kubernetes Service (AKS). Rather than flooding an AI agent's context with raw documentation, it provides Kubernetes-focused MCP tools that inject only the relevant context needed at each step. The tool generates Dockerfiles, Kubernetes manifests, and .dockerignore files, runs CVE security scans, enforces AKS best practices and policies (e.g., detecting root user usage), and validates deployments against a local kind cluster. It supports a structured loop workflow via GitHub Copilot Chat in VS Code, guiding users step-by-step from repository analysis to a running deployment. Future plans include CI pipeline generation, GitHub Actions integration, and Azure security policy auto-remediation.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=vKS6Uq-LLNs>

## Similar posts on daily.dev

- [Kubernetes MCP server: AI-powered cluster management](https://daily.dev/posts/kubernetes-mcp-server-ai-powered-cluster-management-rqlu4ujbt) · Red Hat Developer · 2 upvotes · 0 comments
- [AWS re:Invent: Kiro, Docker Sandboxes & MCP Catalog](https://daily.dev/posts/aws-re-invent-kiro-docker-sandboxes-mcp-catalog-fmmdstyha) · Docker · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#kubernetes](https://daily.dev/tags/kubernetes), [#azure](https://daily.dev/tags/azure), [#containers](https://daily.dev/tags/containers), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Containerization Assist - Simplifying Modern App Delivery","url":"https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj"},"datePublished":"2026-03-24T19:56:48.728Z","dateModified":"2026-03-24T20:22:38.813Z","description":"Containerization Assist is an open-source MCP server built by Microsoft that helps developers migrate existing applications to Azure Kubernetes Service (AKS)....","image":"https://i.ytimg.com/vi/vKS6Uq-LLNs/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/vKS6Uq-LLNs/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Microsoft Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Microsoft Developer","logo":"https://media.daily.dev/image/upload/s--xZzU3zUq--/f_auto/v1746714872/logos/microsoftdeveloper","url":"https://daily.dev/sources/microsoftdeveloper"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/containerization-assist---simplifying-modern-app-delivery-cjy3q1ysj","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"github,kubernetes,azure,containers,mcp","timeRequired":"PT13M","video":{"@type":"VideoObject","name":"Containerization Assist - Simplifying Modern App Delivery","description":"Containerization Assist is an open-source MCP server built by Microsoft that helps developers migrate existing applications to Azure Kubernetes Service (AKS)....","thumbnailUrl":"https://i.ytimg.com/vi/vKS6Uq-LLNs/sddefault.jpg","uploadDate":"2026-03-24T19:56:48.728Z","duration":"PT13M","url":"https://api.daily.dev/r/cjy3Q1ySJ","embedUrl":"https://www.youtube.com/embed/vKS6Uq-LLNs"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Microsoft Developer","item":"https://daily.dev/sources/microsoftdeveloper"},{"@type":"ListItem","position":3,"name":"Containerization Assist - Simplifying Modern App Delivery"}]}
```

