airunway-aks-setup

Verify AKS clusters and GPU hardware, then deploy AI models.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/apic-tools-demos --skill airunway-aks-setup-azaslonov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airunway-aks-setup
Source: https://github.com/azaslonov/apic-tools-demos/tree/main/plugins/azure/skills/airunway-aks-setup
Command: npx skills add https://github.com/azaslonov/apic-tools-demos --skill airunway-aks-setup-azaslonov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment and setup of AI models on AKS clusters, reducing manual configuration and troubleshooting overhead.

Core Features & Use Cases

  • Cluster Verification: Checks existing AKS clusters and GPU hardware compatibility.
  • Controller Installation: Automates the deployment of the AI Runway controller and CRDs.
  • Model Deployment: Guides users to deploy AI models fitting their hardware capacity.
  • Use Case: An AI engineer automates a full setup—from cluster verification to deploying a large language model—using a single command sequence.

Quick Start

Verify your AKS cluster and GPU hardware, then run the setup script to automatically install the AI Runway controller, select an appropriate model, and deploy it on your existing Kubernetes cluster.

Frequently Asked Questions about airunway-aks-setup

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

FAQPage Schema
How do I deploy AI models on Azure Kubernetes Service?

To deploy AI models on Azure Kubernetes Service, you can use a guided process that verifies your existing AKS cluster, checks GPU hardware compatibility, installs the AI Runway controller, and deploys the model based on your hardware capacity.

Can I check GPU hardware compatibility before deploying models on AKS?

Yes, you can check GPU hardware compatibility on AKS by running a cluster validation step that assesses your existing hardware capacity to ensure it supports the specific AI models you plan to deploy.

How do I install the AI Runway controller and CRDs on an AKS cluster?

You can install the AI Runway controller and CRDs on an AKS cluster by running the provided setup script, which automates the deployment of necessary controllers and custom resource definitions for AI workloads.

Does this AI deployment workflow require an existing Kubernetes cluster?

Yes, this AI deployment workflow requires an existing Azure Kubernetes Service cluster. The process focuses on verifying and configuring your current cluster rather than provisioning a new one from scratch.

What is the best way to automate AI model deployment on AKS for DevOps teams?

The best way to automate AI model deployment on AKS is using a single command sequence that handles cluster verification, controller installation, provider selection, and model deployment, reducing manual configuration overhead for DevOps teams.