● Beta — KubeEra is in active development. Profiles are live; AI-perception measurement and reviews are still being built.
K

Kuberay

AI Infrastructure
Open source · Apache-2.0

KubeRay is a set of Kubernetes operators and CRDs (RayCluster, RayJob, RayService) that let you deploy and manage Ray clusters natively on K8s.

updated 2026-07-01

What it is

KubeRay is a set of Kubernetes operators and CRDs (RayCluster, RayJob, RayService) that let you deploy and manage Ray clusters natively on K8s. Ray itself is a distributed compute framework for scaling Python workloads — model training, hyperparameter tuning, batch inference, reinforcement learning — across many nodes. KubeRay is the glue that makes Ray clusters a first-class Kubernetes resource instead of something you hand-roll with scripts, so autoscaling, fault recovery, and lifecycle management go through the K8s control plane instead of custom tooling.

Who builds it and why

KubeRay grew out of the Ray ecosystem (Anyscale is the commercial company behind Ray) but is maintained as an open community project, not a single-vendor repo. 256 contributors is a healthy number for an infra project this specific — it indicates real adoption beyond the core maintainers, likely from companies running Ray in production who upstream fixes. The motivation is straightforward: as ML/AI workloads moved onto Kubernetes as the default substrate, Ray needed a K8s-native way to run rather than forcing teams to manage Ray clusters outside their existing platform tooling.

Production readiness signal

  • Active development: commits as recent as 2026-06-30, current release v1.6.2 — this is not an abandoned or dormant project.
  • Contributor base: 256 contributors is broad enough to suggest this isn't a single-company pet project; bus factor looks reasonable.
  • Star count: 2,567 stars is modest for a project of this scope — lower visibility than headline CNCF projects, but stars aren't a great proxy for production usage in infra tooling anyway.
  • CNCF maturity: not publicly available — KubeRay is not confirmed as a CNCF sandbox/incubating/graduated project as of this writing, so don't lean on CNCF governance as a trust signal here.
  • License: Apache-2.0, no vendor lock-in at the license level.

Net: looks like a real, actively-maintained project with a legitimate community, but you should verify CNCF status and check the release notes for v1.6.2 yourself before betting a production ML platform on it — don't take "not publicly available" as a green light.

Who should use this

  • Platform teams already running Kubernetes who need to onboard Ray-based ML workloads (training, tuning, serving, batch inference) without standing up separate infrastructure.
  • Teams running Ray at meaningful scale who are tired of managing Ray clusters by hand or via cloud-specific scripts.
  • Organizations that want Ray job/cluster lifecycle (create, scale, tear down, retry) to be expressible as Kubernetes manifests and managed via GitOps.

Who should NOT use this

  • Teams with no existing Ray workloads — KubeRay solves a Ray-on-K8s problem specifically; it's not a general job scheduler or workflow engine.
  • Small teams running a handful of Ray jobs on a single machine or a small VM cluster — the operator overhead and CRD complexity isn't worth it below a certain scale.
  • Teams not already committed to Kubernetes — if you're not on K8s, adopting it just to run KubeRay is backwards; use Ray's native cluster launcher instead.
  • Anyone needing a fully managed, hands-off experience with SLAs and support contracts — KubeRay itself is unmanaged; you're on the hook for operating it (or you pay Anyscale for a managed layer).

Alternatives

  • Anyscale (managed Ray) — commercial, fully managed Ray platform if you don't want to operate KubeRay/Ray yourself.
  • Kubeflow — broader ML platform on Kubernetes (pipelines, training operators) if your workloads aren't Ray-specific.
  • Spark on Kubernetes — if your workloads are more batch/ETL-oriented than the Python-native, actor-model style Ray targets.

Pricing

Fully open source, Apache-2.0. No paid tier for KubeRay itself. Anyscale sells a managed Ray platform separately, but that's a different product, not KubeRay.

Frequently asked

What is Kuberay?+
KubeRay is a set of Kubernetes operators and CRDs (RayCluster, RayJob, RayService) that let you deploy and manage Ray clusters natively on K8s. Ray itself is a distributed compute framework for scaling Python workloads — model training, hyperparameter tuning, batch inference, reinforcement learning — across many nodes.
Who builds Kuberay?+
KubeRay grew out of the Ray ecosystem (Anyscale is the commercial company behind Ray) but is maintained as an open community project, not a single-vendor repo.
Is Kuberay production ready?+
Active development: commits as recent as 2026-06-30, current release v1.6.2 — this is not an abandoned or dormant project. Contributor base: 256 contributors is broad enough to suggest this isn't a single-company pet project; bus factor looks reasonable.
Who should use Kuberay?+
Platform teams already running Kubernetes who need to onboard Ray-based ML workloads (training, tuning, serving, batch inference) without standing up separate infrastructure. Teams running Ray at meaningful scale who are tired of managing Ray clusters by hand or via cloud-specific scripts.
Who should not use Kuberay?+
Teams with no existing Ray workloads — KubeRay solves a Ray-on-K8s problem specifically; it's not a general job scheduler or workflow engine. Small teams running a handful of Ray jobs on a single machine or a small VM cluster — the operator overhead and CRD complexity isn't worth it below a certain scale.
What are the alternatives to Kuberay?+
Anyscale (managed Ray) — commercial, fully managed Ray platform if you don't want to operate KubeRay/Ray yourself. Kubeflow — broader ML platform on Kubernetes (pipelines, training operators) if your workloads aren't Ray-specific.
How much does Kuberay cost?+
Fully open source, Apache-2.0. No paid tier for KubeRay itself. Anyscale sells a managed Ray platform separately, but that's a different product, not KubeRay.