Skip to content

dkrizic/feature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature

Simple feature flag service designed for Kubernetes.

Related components:

graph TD
    UI[User Interface]
    CLI[Command Line Interface]
    APP1[Application 1]
    APP2[Application 2]
    subgraph S[Service]
        API[gRPC API]
        P[Persistence]
        INM[In-Memory Storage]
        CM[ConfigMap]
        API-->P
        P-->INM
        P-->CM
    end
    UI-->API
    CLI-->API
    APP1-->API
    APP2-->|Mount|CM
Loading

About

Feature flag service for Kubernetes

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •