@@ -10,7 +10,7 @@ The Open source MLRun ce chart includes the following stack:
1010* MLRun - https://github.com/mlrun/mlrun
1111* Jupyter - https://github.com/jupyter/notebook (+MLRun integrated)
1212* MPI Operator - https://github.com/kubeflow/mpi-operator
13- * Minio - https://github.com/minio/minio/tree/master/helm/minio
13+ * SeaweedFS - https://github.com/seaweedfs/seaweedfs (S3-compatible storage)
1414* Spark Operator - https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
1515* Pipelines - https://github.com/kubeflow/pipelines
1616* Prometheus stack - https://github.com/prometheus-community/helm-charts
@@ -162,9 +162,9 @@ helm --namespace mlrun \
162162 --wait \
163163 ... other overrides ... \
164164 --set global.registry.url=${AWS_ACCOUNT} .dkr.ecr.${AWS_REGION} .amazonaws.com \
165+ --set global.registry.secretName=ecr-registry-credentials \
165166 --set nuclio.dashboard.kaniko.registryProviderSecretName=aws-credentials \
166167 --set mlrun.defaultDockerRegistrySecretName=aws-credentials \
167- --set global.registry.secretName=ecr-registry-credentials \
168168 mlrun/mlrun-ce
169169```
170170
@@ -173,19 +173,23 @@ helm --namespace mlrun \
173173## Usage
174174
175175Your applications are now available in your local browser:
176- - jupyter-notebook - http://nodeipaddress:30040
177- - nuclio - http://nodeipaddress:30050
178- - mlrun UI - http://nodeipaddress:30060
179- - mlrun API (external) - http://nodeipaddress:30070
180- - minio API - http://nodeipaddress:30080
181- - minio UI - http://nodeipaddress:30090
182- - pipeline UI - http://nodeipaddress:30100
183- - grafana UI - http://nodeipaddress:30110
184-
176+ - Jupyter Notebook - http://nodeipaddress:30040
177+ - Nuclio - http://nodeipaddress:30050
178+ - MLRun UI - http://nodeipaddress:30060
179+ - MLRun API (external) - http://nodeipaddress:30070
180+ - SeaweedFS Admin UI (user/policy management) - http://nodeipaddress:30093
181+ - Pipeline UI - http://nodeipaddress:30100
182+ - Grafana UI - http://nodeipaddress:30010
183+ - Prometheus UI - http://nodeipaddress:30020
184+
185+ ** With Ingress enabled** , the UI is available at:
186+ - ` https://seaweedfs-admin.<namespace>.<cluster>.lab.iguazeng.com `
185187
186188> ** Note:**
187189> The above links assume your Kubernetes cluster is exposed on localhost.
188190> If that's not the case, the different components will be available on ` externalHostAddress `
191+ >
192+ > For production deployments, consider enabling ingress for each service instead of using NodePorts.
189193
190194## Start Working
191195
@@ -278,6 +282,6 @@ Refer to the [**Kubeflow documentation**](https://www.kubeflow.org/docs/started/
278282
279283This table shows the versions of the main components in the MLRun CE chart:
280284
281- | MLRun CE | MLRun | Nuclio | Jupyter lab | MPI Operator | Minio | Spark Operator | Pipelines | Kube-Prometheus-Stack | Prometheus | Grafana |
282- | ------------| --------| ---------- | ------------- | --------------| ------------------------------ | ----------------| -----------| ----------------------- | ------------ | ---------|
283- | ** 0.10 .0** | 1.10 .0 | 1.15.9 | 4.5.0 | 0.2.3 | RELEASE.2024-04-18T19-09-19Z | 2.1.0 | 2.14.3 | 0.82.0 | 3.3.1 | 11.6.1 |
285+ | MLRun CE | MLRun | Nuclio | Jupyter | MPI Operator | SeaweedFS | Spark Operator | Pipelines | Kube-Prometheus-Stack |
286+ | ------------| --------| --------| ---------| --------------| -----------| ----------------| -----------| -----------------------|
287+ | ** 0.11 .0** | 1.11 .0 | 1.15.9 | 4.5.0 | 0.2.3 | 4.0.407 | 2.1.0 | 2.14.3 | 72.1.1 |
0 commit comments