featbit-deployment-kubernetes

Deploy FeatBit to Kubernetes using Helm charts with configurable tiers and exposure methods.

11|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/featbit/featbit-skills --skill featbit-deployment-kubernetes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: featbit-deployment-kubernetes
Source: https://github.com/featbit/featbit-skills/tree/main/skills/featbit-deployment-kubernetes
Command: npx skills add https://github.com/featbit/featbit-skills --skill featbit-deployment-kubernetes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy FeatBit to Kubernetes using official Helm Charts to enable scalable, production-grade feature flag deployments across cloud-native environments with multi-tier architecture and various service exposure methods.

Core Features & Use Cases

  • Supports two architecture tiers via architecture.tier in values.yaml, with options for PostgreSQL or MongoDB, Redis caching, Kafka, and ClickHouse for real-time analytics.
  • Provides configuration examples and deployment guidance for standard and enterprise deployments, Azure AKS, and common exposure methods (Ingress, LoadBalancer, NodePort).
  • Helps teams operate FeatBit in Kubernetes with automated scaling, TLS/SSL, and enterprise-grade prerequisites for production environments.

Quick Start

Install FeatBit on a Kubernetes cluster using the official charts and customize values.yaml to match your environment.

Frequently Asked Questions about featbit-deployment-kubernetes

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

FAQPage Schema
How do I deploy FeatBit to a Kubernetes cluster using Helm?

FeatBit supports multiple service exposure methods in Kubernetes, including Ingress for routed traffic, LoadBalancer for direct cloud provisioning, and NodePort for direct node access. You can configure these directly within your Helm values.yaml.

What Kubernetes and Helm versions do I need to deploy FeatBit?

You need Kubernetes version 1.23 or higher and Helm version 3.7.0 or higher to deploy FeatBit. Additionally, kubectl must be configured and connected to your target cluster before initiating the Helm installation.

Can I use external databases when deploying FeatBit on Kubernetes?

Yes, FeatBit deployments on Kubernetes support external databases. You can configure connections to external PostgreSQL or MongoDB instances, alongside Redis caching, Kafka, and ClickHouse for real-time analytics within your values.yaml.

Does the FeatBit Helm chart support cloud provider deployments like AKS and EKS?

Yes, the FeatBit Helm chart supports cloud provider deployments including Azure AKS, Amazon EKS, and Google GKE. The charts provide configuration examples to streamline enterprise-grade deployments with TLS across these environments.

How do I configure different architecture tiers for FeatBit in Kubernetes?

Configure FeatBit architecture tiers by setting the architecture.tier parameter to Standard or Professional in values.yaml. This dictates the scalability and enterprise features applied during your Kubernetes deployment.