Deploys FeatBit to Kubernetes using Helm Charts with two architecture tiers (Standard and Professional), multiple service exposure methods, external databases, and auto-scaling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/featbit-featbit-skills:featbit-deployment-kubernetesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deploy FeatBit to Kubernetes using official Helm Charts with support for two architecture tiers, multiple service exposure methods, external databases, and auto-scaling.
Deploy FeatBit to Kubernetes using official Helm Charts with support for two architecture tiers, multiple service exposure methods, external databases, and auto-scaling.
Official Repository: https://github.com/featbit/featbit-charts
Primary Documentation: https://raw.githubusercontent.com/featbit/featbit-charts/refs/heads/main/README.md
Prerequisites:
Two official deployment tiers configured via architecture.tier in values.yaml:
Database (PostgreSQL or MongoDB) with optional Redis caching.
architecture.database: "postgres" or "mongodb")redis.enabled: false)Standard tier + Kafka + ClickHouse for real-time analytics and insights.
Official example configurations organized by deployment scenario:
Location: https://github.com/featbit/featbit-charts/tree/main/charts/featbit/examples/standard
Examples include:
Location: https://github.com/featbit/featbit-charts/tree/main/charts/featbit/examples/pro
Examples include:
Location: https://github.com/featbit/featbit-charts/tree/main/charts/featbit/examples/aks
Examples include:
Location: https://github.com/featbit/featbit-charts/tree/main/charts/featbit/examples
Browse all available configuration examples for different deployment scenarios and cloud providers.
Important: Starting from v0.9.0, database migrations are NOT automatic.
migration/RELEASE-v{version}.md before upgradingnpx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin featbit-featbit-skillsGuides deploying FeatBit with Docker Compose across Standalone, Standard, and Professional tiers. Use when setting up Docker-based FeatBit or choosing a deployment architecture.
Deploys, manages, and scales containerized applications on Kubernetes with best practices for production workloads, resource management, and rolling updates.
Deploys containerized applications to Kubernetes with production manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, health checks, and Helm charts. Use for EKS, GKE, AKS, or self-hosted clusters.