aiges
aiges copied to clipboard
[Feature]: v3 k8s controller for creating a AI ability
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.
If you support it, the experience will be much better
kubebuilder seems to be able to create k8s API