Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.15 KB

deploying_server_kubernetes.md

File metadata and controls

21 lines (15 loc) · 1.15 KB

Deploying Model Server in Kubernetes {#ovms_docs_deploying_server_kubernetes}

There are three recommended methods for deploying OpenVINO Model Server in Kubernetes:

  1. helm chart - deploys Model Server instances using the helm package manager for Kubernetes
  2. Kubernetes Operator - manages Model Server using a Kubernetes Operator
  3. OpenShift Operator - manages Model Server instances in Red Hat OpenShift

For operators mentioned in 2. and 3. see the description of the deployment process

Next Steps

Additional Resources