# Deployment

MLServer is currently used as the core Python inference server in some of most popular Kubernetes-native serving frameworks, including [Seldon Core](https://docs.seldon.io/projects/seldon-core/en/latest/graph/protocols.html#v2-kfserving-protocol) and [KServe (formerly known as KFServing)](https://kserve.github.io/website/modelserving/v1beta1/sklearn/v2/). This allows MLServer users to leverage the usability and maturity of these frameworks to take their model deployments to the next level of their MLOps journey, ensuring that they are served in a robust and scalable infrastructure.

{% hint style="info" %}
In general, it should be possible to deploy models using MLServer into **any serving engine compatible with the V2 protocol**. Alternatively, it's also possible to manage MLServer deployments manually as regular processes (i.e. in a non-Kubernetes-native way). However, this may be more involved and highly dependant on the deployment infrastructure.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td>Seldon Core</td><td></td><td><a href="/pages/1dzrthrTjXqbVIVE7RkP">/pages/1dzrthrTjXqbVIVE7RkP</a></td><td><a href="/files/fVlzzHpSHjU9Nosv19RG">/files/fVlzzHpSHjU9Nosv19RG</a></td></tr><tr><td></td><td>KServe</td><td></td><td><a href="/pages/XCrlsj17EWkCTVPu0pGt">/pages/XCrlsj17EWkCTVPu0pGt</a></td><td><a href="/files/ig4qr6cnqviKgkI852MF">/files/ig4qr6cnqviKgkI852MF</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/mlserver/user-guide/deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
