|
|
|
|
|
by cyphar
2523 days ago
|
|
LXD has orchestration support natively, though it's not at all like Kubernetes (you are manually moving containers around and so on). I have heard that some folks have looked into using LXC under Kubernetes (and theoretically the OCI templates for LXC could possibly make this somewhat work) but there isn't an obvious way to do that today AFAIK. And I'm not convinced (given CNI which touches some deep bits of runc's particular behaviour) it would work with everything you'd want it to. |
|
Could you explain? I’m a maintainer of CNI and I know almost nothing about runc, so I’m not clear where they touch.
The first CNI implementation came out of rkt, pre-dating runc by a year or two.