Upstream Kubernetes deployment - Poolside

Documentation Index

Use this page to understand how to serve Poolside models from your GPU-backed Kubernetes cluster, such as RKE2 or Charmed Kubernetes. You provision the Kubernetes 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 ingress, 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