Setup Hopsworks feature store

I want to set up the Hopsworks feature store open source version on a K8 cluster. I didn’t find a resource which provide me with the steps or helm chart using which I can set up the cluster.
I need guidance or links which can help me out.

Hi Rajan. Hopsworks cannot currently be deployed natively on a k8s cluster using helm charts. The open-source version uses Chef solo and Karamel for deployment. Many services in Hopsworks are systemd services, which is not supported in Docker. And Hopsworks is a stateful platform - with RonDB and HopsFS. So, there is a good bit of work to migrate open-source Hopsworks to become k8s native.

Is it still the case?