kserve / modelmesh-serving

Controller for ModelMesh
Apache License 2.0
203 stars 114 forks source link

Is there a separate Helm chart for ModelMesh? #194

Closed OvervCW closed 8 months ago

OvervCW commented 2 years ago

It seems like ModelMesh can be deployed in combination with KServe from the KServe Helm chart, but is there also a way to deploy only ModelMesh?

We're interested in this because we plan to only use ModelMesh's functionality and not KServe.

njhill commented 2 years ago

@OvervCW you can deploy just the ModelMesh Serving part by using the install script as detailed in the quickstart guide in this repo.

OvervCW commented 2 years ago

@njhill I don't want to use the install script because it doesn't support release management (easy deployment, cleanup, rollbacks). All of the other applications we deploy in our cluster do have Helm charts available, which allow us to easily manage them with Terraform.

I've decided to implement my own Helm chart based on the resources that are deployed by the script.

njhill commented 2 years ago

I've decided to implement my own Helm chart based on the resources that are deployed by the script.

@OvervCW great, is that something which you could contribute back to the project?

OvervCW commented 2 years ago

@njhill Possibly, yes. It'll depend on our final implementation.

ckadner commented 8 months ago

@OvervCW -- Assuming your helm chart conversion went well, would you like to open a PR and contribute them here?

OvervCW commented 8 months ago

@ckadner In the end we decided not to use ModelMesh.