microservices -凯发k8网页登录
you can deploy matlab functions as a microservice by packaging them into a docker® container. the microservice docker container provides an http or https endpoint to the matlab function and accepts restful requests.
to deploy a matlab function as a microservice, you package a matlab function into a deployable archive, and then create a docker image that contains the archive and a minimal matlab runtime package. you can then run the microservice docker image and make restful requests to the service using any programming language that has http libraries, including matlab production server™ client apis.
functions
create an archive for deployment to matlab production server or docker | |
options for building deployable archives | |
create a microservice docker image using files generated by matlab compiler sdk | |
create a microservice docker options object | |
compiler build results object | |
create a matlab runtime installer docker image on offline machines |
topics
- create microservice docker image
package matlab code into a microservice docker image.
reference table of microservice options, listed alphabetically.
use a microservice to detect objects in images.
this example shows how to create a microservice docker image from a matlab object detection model.