Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
RayCluster.spec accepts standard Kubernetes pod template overrides. Anything you’d put in a Pod spec (volumes, init containers, env vars, sidecars, security contexts) you can put here.
Resource requests and limits
requests == limits to avoid CPU throttling and OOM kills under contention.
Init containers
Custom Ray start params
ray start ... flags on the head and worker pods.
Runtime environments
For RayJob and RayService, set a per-job runtime env:Custom Docker images
Build your own image with extra dependencies baked in:Service mesh and sidecars
Add Istio, Linkerd, or other sidecars via standard pod annotations or sidecar containers. KubeRay’s services use headless DNS that’s compatible with most service meshes.Next steps
Autoscaling
Configure cluster-level scaling.
Storage
Mount data and checkpoints.