flagd
A feature flag daemon with a Unix philosophy that delivers flag evaluations over gRPC and HTTP.
Why consider flagd?
flagd is a lightweight feature flag daemon developed by the CNCF OpenFeature project in Go. It operates as a sidecar or standalone service, evaluating feature flag logic in sub-millisecond times over gRPC and HTTP protocols using pluggable sync backends (Kubernetes CRDs, Git, HTTP).
Learn flagd by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of flagd
flagd evaluates feature flags in local Kubernetes pod sidecars, completely removing external SaaS dependencies.
Docker Quickstart
docker run -d -p 8013:8013 -v $(pwd):/etc/flagd ghcr.io/open-feature/flagd:latest start -f /etc/flagd/demo.flagd.jsonflagd is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.