Installation
Docker
Install from the command line:
Use as base image in Dockerfile:
Kubernetes
flagd was designed with cloud-native paradigms in mind. You can run it as a sidecar, or as a central service in your cluster. If you're interested in a full-featured solution for using flagd in Kubernetes, consider the OpenFeature operator.
For more information, see OpenFeature Operator.
Binary
Binaries are available in x86/ARM.
Note
Installing flagd with go install github.com/open-feature/flagd/flagd@latest is not recommended, because the module depends on potentially unpublished, local workspace modules.
Please use one of the official, versioned binary releases above.
systemd
A systemd wrapper is available here.
Homebrew
Summary
Once flagd is installed, you can start using it within your application. Check out the OpenFeature providers page to learn more.