You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ There are two services that provide additional functionalities to the user:
23
23
-**ML Connector**: This service is responsible for managing and deploying Machine Learning models. It exposes its functionality through a separate API.
24
24
25
25
To ensure the correct bootstrap, the agents should start in the following order:
26
+
26
27
1. Continuum agent
27
28
2. Cluster agent
28
29
3. Node agents
@@ -76,7 +77,7 @@ Descriptions define IDs, managed components, and resource details. All files are
76
77
77
78
There are two ways to deploy the framework:
78
79
79
-
#### ✅ Option 1: Automated using the MLSysOps CLI
80
+
#### Option 1: Automated using the MLSysOps CLI
80
81
81
82
You can install the CLI in two ways:
82
83
@@ -112,6 +113,7 @@ mls framework deploy-all
112
113
```
113
114
114
115
This will:
116
+
115
117
- Deploy core services (ejabberd, redis, API service)
116
118
- Register system descriptions
117
119
- Deploy all agents in correct order
@@ -130,13 +132,11 @@ Wait for all pods to be created:
130
132
kubectl get pods -n mlsysops-framework
131
133
```
132
134
133
-
---
134
-
135
-
#### 🛠 Option 2: Manual Deployment
135
+
#### Option 2: Manual Deployment
136
136
137
137
Follow the order below to deploy manually if you prefer full control.
0 commit comments