Skip to content

3. Introduction to Open Data Hub Operator

Wen Zhou edited this page Mar 19, 2025 · 2 revisions

Open Data Hub Operator is responsible for integrating ODH components into the Open Data Hub Platform. It allows users to deploy custom list of DataScience applications provided by ODH. The operator manages two CRs DataScienceCluster CR and DSCInitialization CR. The sections below dive deep into these CRs -

ODH Operator APIs

DSCInitialization API

DataScienceCluster API

  • This CR will be created by the end user to enable various data science components.
  • It is responsible for enabling support for CRDs like Notebooks, DataSciencePipelinesApplication, InferenceService etc based on the configuration
  • As this is written, only one instance of DataScienceCluster CR will be supported by the operator. A user can extend/update the CR to enable/disable components.
  • The CRD gives details on each field of the API and the field type. Please refer to https://github.com/opendatahub-io/opendatahub-operator/blob/main/docs/api-overview.md#datascienceclusteropendatahubiov1 for the latest schema.

Quick Links

Clone this wiki locally