aiges icon indicating copy to clipboard operation
aiges copied to clipboard

[Feature]: v3 k8s controller for creating a AI ability

Open whybeyoung opened this issue 3 years ago • 2 comments

Tell us what feature you want?

Define a yaml like this:


apiVersion: v1
kind: AIService
metadata:
  name: yolov5-demo-service
spec:
  containerSpec: ...
  modelSpec: ...

After defined that , we can apply this to create an API using kubectl command native.

whybeyoung avatar Aug 16 '22 07:08 whybeyoung

If you support it, the experience will be much better

sea-wyq avatar Aug 18 '22 03:08 sea-wyq

kubebuilder seems to be able to create k8s API

sea-wyq avatar Aug 18 '22 04:08 sea-wyq