airunway-aks-setup

Automate AI Runway deployment on AKS from bare cluster to running model.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rrbanda/skills --skill airunway-aks-setup-rrbanda
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: airunway-aks-setup
Source: https://github.com/rrbanda/skills/tree/main/skills/cloud-infra/airunway-aks-setup
Command: npx skills add https://github.com/rrbanda/skills --skill airunway-aks-setup-rrbanda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Walks users from a bare Kubernetes cluster to a running AI Runway deployment on AKS, including cluster verification, controller install, GPU assessment, provider setup, and first deployment.

Core Features & Use Cases

  • End-to-end AKS onboarding: from cluster preparation to model deployment.
  • Guided, skip-to-step resume: resume from a specific phase if needed.
  • GPU readiness & provider setup: assess hardware and install an inference provider.
  • Troubleshooting & guardrails: built-in error handling references and rollback notes.

Quick Start

Follow the step sequence to provision an AKS cluster, install the AI Runway controller and deploy your first model.

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 an AI model on AKS for inference?▼

To deploy an AI model on AKS, validate cluster prerequisites, assess GPU readiness, install the AI Runway controller, select an inference provider, and apply a ModelDeployment manifest.

What is AI Runway on Kubernetes and when do I need it?▼

AI Runway is a deployment framework that automates provisioning Kubernetes clusters for AI inference. You need it when transitioning from a bare cluster to running GPU-accelerated model deployments.

How do I check if my AKS cluster is ready for GPU inference?▼

Check GPU readiness for AKS inference by validating cluster prerequisites and running hardware assessment steps to ensure GPU availability before installing providers.

Can I resume an AKS deployment from a specific failed step?▼

Yes, you can resume an AKS deployment from a specific failed step using skip-to-step functionality. This allows you to restart from the exact phase that failed without repeating completed stages.

Does this AKS deployment workflow support troubleshooting and rollback?▼

Yes, the AKS deployment workflow supports troubleshooting and rollback through built-in error handling references and rollback notes, providing guardrails during controller installation and provider setup.