logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Alex Jones
2023-04-20

tldr - powered by Generative AI

The presentation discusses the use of feature flags in Kubernetes for experimentation and business value.
  • Using feature flags as a mechanism for switching services to certain states simplifies blending features across a variety of services and enables changing inputs across services.
  • Feature flagging allows for intentional experimentation to prove a hypothesis, rather than just testing infrastructure or code.
  • Open Feature Operator is an example of how feature flags can be implemented in Kubernetes.
  • Feature flagging can be used for conditional routing and proportional waiting.
  • Centralized feature flag configuration can be used as an orchestra conductor for microservices.
  • The presenter built an operator for feature flags as a real-world example.
Authors: Johannes Bräuer, Michael Beemer
2022-10-28

tldr - powered by Generative AI

Captain is an orchestration layer that separates tooling from the process to simplify complex automation pipelines. OpenFeature enables standardization and vendor-agnostic feature flagging.
  • Captain is an application lifecycle orchestrator that separates the process from the underlying tooling to simplify complex automation pipelines
  • Captain reduces automation code by 90% and comes with SRE best practices like SLO validations built-in
  • OpenFeature enables standardization and vendor-agnostic feature flagging
  • Both Captain and OpenFeature have active communities and can be accessed through QR codes or their respective websites