Skip to content

Real-time Flag Updates Beyond Kubernetes #249

@beeme1mr

Description

@beeme1mr

Problem

Flagd supports various sync options include watching a local file, HTTP polling, and subscribing to the Kubernetes API. In most configurations, the Kubernetes API is the only option that currently supports near real-time flag configuration updates. This introduces some challenges in Kubernetes clusters that do not allow direct access to the API and environments that are not using Kubernetes at all. A more flexible sync option that supports real-time flag updates would help overcome these challenges.

Requirements

  • Flag changes are reflected in near real-time in flagd
  • The new real-time flagd sync does not rely on the Kubernetes API
  • More robust testing of TLS support in CI

Next steps

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions