# Kubernetes Resources

For Kubernetes usage we provide a set of custom resources for interacting with Seldon.

* [SeldonRuntime](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/seldonruntime) - for installing Seldon in a particular namespace.
* [Servers](https://github.com/SeldonIO/seldon-core/blob/v2/docs-gb/kubernetes/resources/server.md) - for deploying sets of replicas of core inference servers (MLServer or Triton).
* [Models](https://docs.seldon.ai/seldon-core-2/user-guide/models) - for deploying single machine learning models, custom transformation logic, drift detectors, outliers detectors and explainers.
* [Experiments](https://docs.seldon.ai/seldon-core-2/user-guide/experiment) - for testing new versions of models.
* [Pipelines](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/pipeline) - for connecting together flows of data between models.

## Advanced Customization

SeldonConfig and ServerConfig define the core installation configuration and machine learning inference server configuration for Seldon. Normally, you would not need to customize these but this may be required for your particular custom installation within your organisation.

* [ServerConfigs](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/serverconfig) - for defining new types of inference server that can be reference by a Server resource.
* [SeldonConfig](https://docs.seldon.ai/seldon-core-2/installation/advanced-configurations/seldonconfig) - for defining how seldon is installed


---

# 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/seldon-core-2/user-guide/resources.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.
