MATIH Platform is in active MVP development. Documentation reflects current implementation status.
17. Kubernetes & Helm
Data Plane Charts
ML Service

ML Service Chart

The ML Service manages machine learning model training, serving, and lifecycle with Ray cluster integration and MLflow experiment tracking.


Chart Configuration

ml-service:
  enabled: true
  replicaCount: 1
 
  resources:
    requests:
      cpu: "500m"
      memory: "1Gi"
    limits:
      cpu: "4"
      memory: "8Gi"
 
  config:
    ray:
      headAddress: "ray-head:6379"
      dashboardUrl: "http://ray-head:8265"
    mlflow:
      trackingUrl: "http://mlflow:5000"
    serve:
      enabled: true
      port: 8000

ML Infrastructure Connections

ComponentPurposePort
Ray HeadDistributed training orchestration6379, 8265
MLflowExperiment tracking, model registry5000
MinIO/S3Model artifact storage9000
FeastFeature store6566