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
- Redis
- Pyspark
- Jupyter Server
- Feathr client
- Feathr Registry
- Feathr Online
- Feathr Online UI demo
1-5 is already included in docker image feathrfeaturestore/feathr-sandbox. So possible proposal is
- Extend existing
feathrfeaturestore/feathr-sandbox docker image and them make a single deployment for this docker image
- Created mutiple deployments in one helm chart. Isolated components in to different deployments.