marqo-ai/marqo

[ENHANCEMENT] Marqo on Azure

tomhamer opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
We need a guide for users to run open source Marqo on Azure with high availability. This will require the deployment of a vespa cluster with high availability on Azure (using kubernetes https://docs.vespa.ai/en/operations-selfhosted/using-kubernetes-with-vespa.html), and the deployment of Marqo which connects to the vespa cluster. The vespa URLs can be set via setting the following env vars before starting Marqo: VESPA_CONFIG_URL, VESPA_DOCUMENT_URL, VESPA_QUERY_URL to the corresponding IP and ports of the vespa servers.

Describe the solution you'd like
We need a kubernetes template and a guide which lets you deploy Marqo on Azure with high availability.

Describe alternatives you've considered
N/A

Have you checked this out?

https://github.com/marqo-ai/marqo-on-kubernetes

if doesnt work ill push my helm charts.