Serve a job.
serve a job.
Available Commands:
tensorflow,tf Submit a TensorFlow Serving Job.
tensorrt,trt Submit a TensorRT Serving Job
custom Submit a Custom Serving Job
kfserving,kfs Submit a kubeflow Serving Job
seldon Submit a Seldon Serving Job
arena serve [flags]
-h, --help help for serve
--arena-namespace string The namespace of arena system service, like tf-operator (default "arena-system")
--config string Path to a kube config. Only required if out-of-cluster
--loglevel string Set the logging level. One of: debug|info|warn|error (default "info")
-n, --namespace string the namespace of the job
--pprof enable cpu profile
--trace enable trace
- arena - arena is the command line interface to Arena
- arena serve attach - Attach a serving job and execute some commands
- arena serve custom - Submit custom serving to deploy and serve machine learning models.
- arena serve delete - Delete a serving job and its associated instances
- arena serve get - Display a serving job details
- arena serve kfserving - Submit kfserving to deploy and serve machine learning models.
- arena serve list - List all the serving jobs
- arena serve logs - Print the logs of a serving job
- arena serve seldon - Submit seldon to deploy and serve machine learning models.
- arena serve tensorflow - Submit tensorflow serving job to deploy and serve machine learning models.
- arena serve tensorrt - Submit tensorRT inference serving job to deploy and serve machine learning models.
- arena serve traffic-split - Adjust traffic routing dynamically for tfserving jobs