Install Ark on a Kuberenetes Cluster
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: Ark Install description: Install Ark on a Kuberenetes Cluster
Ark Install
Install Ark on a Kubernetes cluster using the published Ark CLI.
When to use
- Installing Ark on a cluster
Prerequisites
- Kubernetes cluster running - use
kubectlto check for the presence of a cluster - If a local Kubernetes cluster is not available, you MUST stop and tell the user that you cannot install Ark without a Kubernetes cluster
Steps
-
Install ark-cli
npm install -g @agents-at-scale/ark -
Install Ark
ark install --yes --wait-for-ready 5m -
Verify installation
ark status
Optional: Install Phoenix telemetry
ONLY install if the user has asked specifically for Phoenix.
ark install marketplace/services/phoenix
Optional: Install Langfuse telemetry
ONLY install if the user has asked specifically for Langfuse.
ark install marketplace/services/langfuse
More by dwmkerr
View allTest Ark Dashboard with Playwright and create PRs with screenshots. Use when testing dashboard UI, taking screenshots for PRs, or reviewing dashboard changes.
Analyze the Ark codebase by cloning the repository to a temporary location. Use this skill when the user asks questions about how Ark works, wants to understand Ark's implementation, or needs to examine Ark source code.
Test the Ark Dashboard UI with Playwright
Create a Kind cluster in Docker-in-Docker environment