Skip to content

Files

Latest commit

github-actions[bot]openfeaturebottoddbaert
Jan 31, 2025
4929ef6 · Jan 31, 2025

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 4, 2023
May 28, 2024
Nov 29, 2023
Jan 13, 2025
Aug 17, 2023
Jan 29, 2024
Apr 23, 2024
Jan 13, 2025
Oct 22, 2024
May 28, 2024
Jan 31, 2025
Jan 13, 2025
Jan 31, 2025
Nov 29, 2023
Jul 27, 2023
Jan 24, 2024

Documentation

Note

With version v0.5.0, we have migrated to API version v1beta1. Please check the migration guide to migrate from old configurations.

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 FeatureFlagSource custom resources referenced via openfeature.dev/featureflagsource annotations of the deployed PodSpec.

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

Loading
flowchart TD
    A[Pod]-->|Annotation: openfeature.dev/featureflagsource| B[FeatureFlagSource CR]
    B--> |Flag source| C[FeatureFlag CR]
    B--> |Flag source| D[HTTP sync]
    B--> |Flag source| E[File sync]
    B--> |Flag source| F[GRPC sync]
    B--> |Flag source| G[flagd-proxy]

To configure and understand more,

Other Resources