MATIH Platform is in active MVP development. Documentation reflects current implementation status.
17. Kubernetes & Helm
Control Plane Charts
Platform Registry

Platform Registry Chart

The Platform Registry provides service discovery and registration for all MATIH services, tracking available endpoints, health status, and version information.


Chart Configuration

platform-registry:
  enabled: true
  replicaCount: 2
 
  service:
    type: ClusterIP
    port: 8080
 
  resources:
    requests:
      cpu: 100m
      memory: 512Mi
    limits:
      cpu: 500m
      memory: 1Gi
 
  autoscaling:
    enabled: true
    minReplicas: 2
    maxReplicas: 4

Registry Functions

  • Service Registration: Services register themselves on startup
  • Health Aggregation: Aggregates health status from all registered services
  • Version Tracking: Tracks deployed versions across environments
  • Dependency Mapping: Maps service-to-service dependencies