azure-aks-deployment

Deploy containerized applications to Azure Kubernetes Service with Bicep and PostgreSQL.

37|10|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/DanWahlin/oss-to-azure --skill azure-aks-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-aks-deployment
Source: https://github.com/DanWahlin/oss-to-azure/tree/main/.github/skills/azure-aks-deployment
Command: npx skills add https://github.com/DanWahlin/oss-to-azure --skill azure-aks-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the deployment of containerized applications to Azure Kubernetes Service (AKS), handling complex configurations, networking, and integrations with other Azure services.

Core Features & Use Cases

  • AKS Cluster Provisioning: Defines and deploys production-ready AKS clusters using Bicep.
  • PostgreSQL Integration: Sets up PostgreSQL Flexible Server with necessary network configurations.
  • Kubernetes Manifest Deployment: Applies Kubernetes Deployments, Services, and Ingress resources.
  • Use Case: Deploy a multi-container web application requiring custom networking, persistent storage, and integration with a managed PostgreSQL database on AKS.

Quick Start

Use the azure-aks-deployment skill to deploy a containerized application to Azure Kubernetes Service.

Frequently Asked Questions about azure-aks-deployment

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

FAQPage Schema
How do I deploy a containerized application to Azure Kubernetes Service with PostgreSQL integration?

Deploying containerized applications to Azure Kubernetes Service involves provisioning clusters with Bicep IaC, configuring advanced networking, and applying Kubernetes manifests for Deployments, Services, and Ingress. This Skill also integrates PostgreSQL Flexible Server with necessary network configurations.

Can I use Bicep to provision a production-ready AKS cluster with custom networking?

Yes, Bicep infrastructure as code defines and deploys production-ready AKS clusters with advanced networking. This supports complex orchestration, scaling, and data persistence requirements for multi-container web applications.

What is the best way to manage Kubernetes manifests for multi-container web apps on AKS?

Applying Kubernetes Deployments, Services, and Ingress resources via deployment scripts manages multi-container web apps on AKS. This approach addresses complex orchestration, scaling, and persistent storage requirements for microservices.

Does this AKS deployment approach support persistent storage and managed PostgreSQL databases?

Yes, this AKS deployment approach supports persistent storage and integrates managed PostgreSQL databases. It sets up PostgreSQL Flexible Server with necessary network configurations to address complex data persistence requirements for microservices.

How does PostgreSQL Flexible Server network configuration work when deployed alongside an AKS cluster?

PostgreSQL Flexible Server network configuration works by applying necessary network rules during AKS cluster provisioning. This ensures the managed database integrates properly with the Kubernetes environment for secure microservices data persistence.