ADR-0006: Kubernetes Operator
Status
Context
Decision
FeatureStore CRD
apiVersion: feast.dev/v1alpha1
kind: FeatureStore
metadata:
name: example
namespace: feast
spec:
feastProject: my-project
auth:
kubernetes:
roles: [reader, writer]
services:
registry:
replicas: 1
persistence:
file:
pvc:
capacity: 5Gi
onlineStore:
replicas: 2
persistence:
postgresql:
secretRef: online-store-creds
offlineStore:
replicas: 3
feastApplyJob:
configMapRef: feast-definitionsArchitecture
Key Decisions
Persistence Options
Consequences
Positive
Negative
References
Last updated
Was this helpful?