Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Helm Chart for the project #534

Open
fishkerez opened this issue Feb 5, 2025 · 0 comments
Open

Create a Helm Chart for the project #534

fishkerez opened this issue Feb 5, 2025 · 0 comments

Comments

@fishkerez
Copy link

fishkerez commented Feb 5, 2025

We at Cisco are intended to use modelmesh-serving for internal purposes, as part of an ML platform, and I noticed that there isn't any helm charts for the project.

Currently, the project uses Kustomize to deploy all the resources to k8s. This includes an install script with some flags, that editing the Kustomiztation files in place.

It will be nice to have an helm installation option, that will manage all the different configurations using values.yaml and helm templates.
This will make the deployment more easy to maintain, and will align it with industry best practices.

I already created the helm charts, and I would like to contribute it back to the project.

What my helm charts supports currently (from the install script):

  • quickstart option (install etcd and minio)
  • namespace scoped mode
  • cert manager installation
  • self signed installation (requires creating the secret before)
  • dev mode logging

What it is not support:

  • creating the self signed secret
  • enable modelmesh for user namespaces (--user-namespaces)

Would love to hear any thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant