InftyAI / llmaz

☸️ Easy, advanced inference platform for large language models on Kubernetes
Apache License 2.0
15 stars 6 forks source link

Model should be namespaced #33

Closed kerthcet closed 1 month ago

kerthcet commented 1 month ago

Right now model is a cluster scope obj, should it be namespaced? Maybe we should add a namespacedModel, or a better choice is the model obj is visible to selected namespaces, but this is not following the design of kubernetes.

kerthcet commented 1 month ago

/kind question