eclipse-leda / meta-leda

Yocto / OpenEmbedded Meta-Layers for Eclipse SDV components
https://eclipse-leda.github.io/leda/
Apache License 2.0
8 stars 9 forks source link

Switch from k8s to Eclipse Kanto container management #54

Closed mikehaller closed 1 year ago

mikehaller commented 1 year ago

The previous setup of Eclipse Leda distro used a Kubernetes-compatible control plane (k3s).

As the behavior of a k3s cluster is not, we decided that we're switching to an Eclipse Kanto based container management for future development. Kanto-CM is based on containerd, very lightweight and better fits the needs on embedded devices than k3s.

mikehaller commented 1 year ago

The work is in the final steps. The implementation was done on the main branch.

There are still some things to implement, like the proper network configurations for containers and updating the documentation.

mikehaller commented 1 year ago

The SDV core containers are coming up, incl two examples (seat service and hvac service). We continue to work on the kanto-based setup and will look into more testing. The main aspect of this feature is done.