ankaios
ankaios copied to clipboard
Eclipse Ankaios provides workload and container orchestration for automotive High Performance Computing (HPC) software.
## Description The following SWDDs are uncovered by itests or stests: ```text not ok - 0/1>0>0/0 - swdd~agent-default-communication-grpc~1 (impl, -itest) not ok - 0/3>0>0/0 - swdd~agent-manager-listens-requests-from-server~1 (impl, -itest, utest) not...
## Description Currently `podman-kube` workloads do not have access to the Control Interface. The background is that the interface needs to be mounted in a specific container belonging to a...
## Description Provide libraries to simplify the access to the control interface from workloads. ## Goals * provide library for Rust ## Final result ### Summary **To be filled when...
## Description It would be nice to have a web dashboard for Ankaios that shows the Ankaios state with its workloads and the workloads state. Such dashboard can be implemented...
ank apply does not return when a manifest with an empty agent is provided. ## Current Behavior `ank apply -d` blocks and shows ``` ❯ ank apply nginx_empty.yaml WORKLOAD NAME...
## Current Behavior If one of the resources in the `manifest` part of a podman-kube workload is invalid, this can lead to `podman kube play` and `podman kube down` to...
If a workload that is in waiting to start state is deleted, it could be that (with the proper timing), the CLI misses the UpdateWorkloadState and declares the workload as...
## Description The repository is constantly being expanded with further examples and tutorials. There are for example the control interface examples in various languages and the newly added user tutorial....
## Description Ankaios currently supports `podman` and `podman-kube` as workload runtimes. Running native applications would be beneficial in order to execute privileged, time sensitive tasks which could be used for...
## Description Ankaios currently supports podman and podman-kube as workload runtimes. Supporting [oci runtime specification compliant runtimes](https://github.com/opencontainers/runtime-spec/blob/main/implementations.md) like [crun](https://github.com/containers/crun) or [youki ](https://github.com/containers/youki) would provide the possibility to start OCI bundles...