feathr-ai / helm-charts

Apache License 2.0
1 stars 0 forks source link

Add a Feathr sandbox helm chart #8

Open blrchen opened 1 year ago

blrchen commented 1 year ago

The ask is add a Feathr sandbox helm charts. This sandbox refers to a pre-configured enviornment to experiment with Feathr feature store.

To achieve this, thsi sandbox helm chart should have following deployments to k8s

  1. Redis
  2. Pyspark
  3. Jupyter Server
  4. Feathr client
  5. Feathr Registry
  6. Feathr Online
  7. Feathr Online UI demo

1-5 is already included in docker image feathrfeaturestore/feathr-sandbox. So possible proposal is

ahlag commented 1 year ago

@blrchen Could you check the latest diagram?

Feathr k8s

ahlag commented 1 year ago

Should Redis be incorporated in Xiaoyong's docker container or should we create a separate deployment?