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
[Eclipse Ankaios](https://github.com/eclipse-ankaios/ankaios) provides workload and container orchestration for automotive
18
-
High Performance Computers (HPCs). While it can be used for various fields of
19
-
applications, it is developed from scratch for automotive use cases and provides
20
-
a slim yet powerful solution to manage containerized applications.
17
+
[Eclipse Ankaios](https://github.com/eclipse-ankaios/ankaios) provides workload and
18
+
container orchestration for automotive High Performance Computing Platforms (HPCs).
19
+
While it can be used for various fields of applications, it is developed from scratch
20
+
for automotive use cases and provides a slim yet powerful solution to manage
21
+
containerized applications.
21
22
22
23
The Python SDK provides easy access from the container (workload) point-of-view
23
24
to manage the Ankaios system. A workload can use the Python SDK to start, stop and
@@ -46,11 +47,14 @@ pip install -e ".[dev]"
46
47
```
47
48
48
49
> **Note:**
49
-
> Depending on your Linux distribution, it could be that you need to create and activate a [virtual environment](https://docs.python.org/3/library/venv.html) to run the pip commands.
50
+
> Depending on your Linux distribution, it could be that you need to create and
51
+
> activate a [virtual environment](https://docs.python.org/3/library/venv.html)
52
+
> to run the pip commands.
50
53
51
54
## Compatibility
52
55
53
-
Please make sure the Python SDK is compatible with the version of Ankaios you are using. For information regarding versioning, please refer to this table:
56
+
Please make sure the Python SDK is compatible with the version of Ankaios you
57
+
are using. For information regarding versioning, please refer to this table:
54
58
55
59
| Ankaios | Python SDK |
56
60
| -------- | ------- |
@@ -59,8 +63,8 @@ Please make sure the Python SDK is compatible with the version of Ankaios you ar
59
63
60
64
## Usage
61
65
62
-
After installation, you can use the Ankaios SDK to configure and run workloads and request
63
-
the state of the Ankaios system and the connected agents.
66
+
After installation, you can use the Ankaios SDK to configure and run workloads
67
+
and request the state of the Ankaios system and the connected agents.
64
68
65
69
The following example assumes that the code is running in a managed by
66
70
Ankaios workload with configured control interface access:
@@ -131,7 +135,8 @@ For more details, please visit:
Especially the Ankaios [fleet management tutorial](https://eclipse-ankaios.github.io/ankaios/latest/usage/tutorial-fleet-management/) gives a great overview on the usage of the SDK.
138
+
Especially the Ankaios [fleet management tutorial](https://eclipse-ankaios.github.io/ankaios/latest/usage/tutorial-fleet-management/)
0 commit comments