Skip to content

Latest commit

 

History

History
 
 

docs

Documentation

This directory contains OpenFeature Operator documentation.

Interested in having OpenFeature Operator up and running within 5 minutes? Follow the quick start guide found below.

Follow the detailed installation guide to deploy open feature operator to your local cluster.

Configuration

Configuration of the deployed sidecars is handled through the FlagSourceConfiguration custom resources defined atopenfeature.dev/flagsourceconfiguration annotation of the deployed PodSpec.

The relationship between the deployment and custom resources is highlighted in the diagram below,

flowchart TD
    A[Pod]-->|Annotation: openfeature.dev/flagsourceconfiguration| B[FlagSourceConfiguration CR]
    B--> |Flag source| C[FeatureFlagConfiguration CR]
    B--> |Flag source| D[HTTP sync]
    B--> |Flag source| E[Filepath sync]
    B--> |Flag source| F[GRPC sync]
    B--> |Flag source| G[flagd-proxy]
Loading

To configure and understand more,

Other Resources