perses-deploy

Automate Perses server deployment across Docker, Helm, Kubernetes, and binary environments.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill perses-deploy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: perses-deploy
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/perses-deploy
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill perses-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying Perses servers across environments (local Docker, Kubernetes, or bare metal) can be complex and error-prone, requiring consistent configuration and provisioning.

Core Features & Use Cases

  • Deploy Perses via Docker, Helm, binaries, or Kubernetes operator
  • Configure server settings: database, auth, plugins, provisioning folders, and frontend
  • Validate deployments with health checks and post-setup verification

Quick Start

Install and run Perses in your chosen environment to spin up a server and verify its API is reachable.

Frequently Asked Questions about perses-deploy

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

FAQPage Schema
How do I deploy Perses across local Docker and Kubernetes environments?▼

You can configure Perses deployments using environment-variable overrides to define server settings, database connections, authentication methods, provisioning folders, and frontend configurations across different deployment phases.

Can I provision plugins and configure authentication when deploying Perses?▼

Post-deployment next steps involve validating the Perses deployment using built-in health checks, verifying the API is reachable, and confirming that database, auth, and provisioning folder configurations are correctly applied.

What is the best way to automate Perses server configuration and provisioning?▼

The deployment process supports optional MCP integration, allowing you to extend automation capabilities when provisioning Perses servers and managing their configuration across multiple environments.

Does the Perses deployment process support Kubernetes operator and Helm installations?▼

When deploying Perses via Kubernetes or Helm, the process includes phase-driven deployment with health checks to ensure server instances are correctly provisioned and the API is reachable before completing.