lyft / cni-ipvlan-vpc-k8s

AWS VPC Kubernetes CNI driver using IPvlan
Apache License 2.0
360 stars 58 forks source link

support for containerd #94

Closed Jaeyo closed 2 years ago

Jaeyo commented 2 years ago

README says it's compatible with containerd, but there's a little bit of a mystery. to communicate with container runtime, there's just only docker implementation exist, not containerd.

https://github.com/lyft/cni-ipvlan-vpc-k8s/blob/master/nl/docker.go

I'm curious about the mechanism how it is possible to have compatibility with containerd.