description |
---|
installing flagd |
:octicons-terminal-24: Install from the command line:
docker pull ghcr.io/open-feature/flagd:latest
:octicons-code-square-24: Use as base image in Dockerfile:
FROM ghcr.io/open-feature/flagd:latest
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.
:fontawesome-brands-linux::fontawesome-brands-windows::fontawesome-brands-apple: Binaries are available in x86/ARM.
A systemd wrapper is available here.
brew install flagd
go install github.com/open-feature/flagd/flagd@latest
Once flagd is installed, you can start using it within your application. Check out the OpenFeature providers page to learn more.