OpenShift deployment - Poolside

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Use this page to understand how to serve Poolside models from your GPU-backed Red Hat OpenShift cluster. You provision the OpenShift cluster and supporting services, including object storage and a container registry. Poolside provides the deployment bundle, which contains the Helm chart that deploys the Poolside inference workloads. The model checkpoints are provided separately. You deploy the inference chart, expose each model through its own OpenShift Route, and call the OpenAI-compatible API.

Architecture

This deployment includes:

You are responsible for sending requests to the inference endpoints and for any authentication or routing in front of them.

Related resources