self-hosted
Installation
SKILL.md
Self-Hosted Scalekit Deployment
Guardrails
- MUST point the app at the self-hosted
SCALEKIT_ENVIRONMENT_URL(https://app.<your-domain>), notapp.scalekit.com. - MUST NOT send registry tokens, SMTP credentials, or Postgres/Redis credentials in plaintext or commit them to version control — pass them as Kubernetes secrets / Helm
--set-filevalues. - MUST NOT confuse the plugin's tooling MCP (
https://mcp.scalekit.com, used only for setup guidance) with the self-hosted app's own auth service — the tooling MCP stays cloud-based; the app'sSCALEKIT_ENVIRONMENT_URLis what runs air-gapped/on-prem. - MUST ask the decision-flow questions one at a time before recommending eval vs. production steps.
These reference files ship next to this SKILL.md under references/ in the skill package. Open them with the file tool (absolute path under the installed skill dir, or relative from this skill folder):
references/quickstart.md— Evaluation deployment (bundled databases)references/production-deployment.md— Full production steps, setup script, and portal flowreferences/configuration.md— values.yaml field reference and examplesreferences/troubleshooting.md— Diagnostics and fixesreferences/upgrades.md— Upgrades and maintenance
If a references/*.md path is not readable in this session, tell the user and fall back to the high-level steps in this file plus Scalekit distribution docs.