airunway-aks-setup

Automate AI Runway setup on AKS with cluster verification and deployment.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill airunway-aks-setup-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airunway-aks-setup
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/airunway-aks-setup
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill airunway-aks-setup-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, make, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of setting up AI Runway on Azure Kubernetes Service (AKS), including cluster verification, controller installation, GPU assessment, provider setup, and first model deployment.

Core Features & Use Cases

  • Cluster Verification: Checks for necessary prerequisites and cluster connection.
  • Controller Installation: Installs the AI Runway controller and Custom Resource Definitions (CRDs).
  • GPU Assessment: Matches detected hardware to known profiles and surfaces compatibility constraints.
  • Provider Setup: Recommends and installs the appropriate inference provider.
  • First Model Deployment: Guides the user through deploying a starter model on AKS.
  • Use Case: For a developer or data scientist who needs to quickly set up an AI Runway environment on AKS with all the necessary components and configurations.

Quick Start

To begin the setup, run the following command:

agent run airunway-aks-setup

Frequently Asked Questions about airunway-aks-setup

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

FAQPage Schema
How do I set up AI Runway on an AKS cluster?

Setting up AI Runway on an AKS cluster involves cluster verification, controller and CRD installation, GPU compatibility assessment, and inference provider setup. The automated process concludes by guiding you through your first model deployment.

Can I deploy my first AI model on AKS without manually configuring controllers?

You can deploy a starter model on AKS without manual controller configuration by using an automated setup process. It installs the AI Runway controller and CRDs, configures the inference provider, and guides your first model deployment.

Do I need kubectl and make to install AI Runway on Azure Kubernetes Service?

Yes, kubectl, make, and curl are required dependencies for AI Runway setup on Azure Kubernetes Service. These tools execute the cluster operations, run automation scripts, and verify cluster connectivity.

How does GPU compatibility assessment work for AI inference on AKS?

GPU compatibility assessment for AI inference on AKS matches your detected hardware to known GPU profiles. This process surfaces hardware compatibility constraints to ensure your cluster supports the target inference workloads.

What is the best way to configure an inference provider on AKS for AI models?

The best way to configure an inference provider on AKS is using an automated setup that recommends and installs the appropriate provider based on assessed GPU profiles. This ensures provider alignment with your hardware compatibility for model deployment.