Skip to main content

ark-install

Install Ark on a Kuberenetes Cluster

Ir para a instalação

Informações da origem

Repositório
dwmkerr/claude-code-agent
Última atividade na origem
22 de janeiro de 2026 às 02:09
Idioma detectado do SKILL.md
inglês
Estrelas
7
Forks
4

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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 `kubectl` to 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 1. **Install ark-cli** ```bash npm install -g @agents-at-scale/ark ``` 2. **Install Ark** ```bash ark install --yes --wait-for-ready 5m ``` 3. **Verify installation** ```bash ark status ``` ## Optional: Install Phoenix telemetry ONLY install if the user has asked specifically for Phoenix. ```bash ark install marketplace/services/phoenix ``` ## Optional: Install Langfuse telemetry ONLY install if the user has asked specifically for Langfuse. ```bash ark install marketplace/services/langfuse ```
Ver no GitHub