I am trying to learn about service mesh architectures. I understand that the service mesh implementations typically inject an agent or a proxy inside a Kubernetes pod to achieve service-to-service communication. Referring to Can Kubernetes manage LXC containers without LXD daemon?, it seems that Kubernetes cannot manage LXC containers without LXD. What I would like to know is:
- Are there any container orchestration platforms like Kubernetes that can manage LXC containers?
- Are there any existing service mesh implementations that can support LXC containers?
Any guidance or suggestions would be really helpful.
Thanks!
yeah, this is true..
The only one(and I would say this is not full container orchestration platforms , but web UI) I ever saw is lxdui, but again it requires LXD
never met