docker / roadmap

Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
https://github.com/orgs/docker/projects/51
Creative Commons Zero v1.0 Universal
1.73k stars 253 forks source link

Allow custom CNI plugins in Docker Desktop Kubernetes #311

Open ericsmalling opened 2 years ago

ericsmalling commented 2 years ago

Tell us about your request When starting up Kuberentes in Docker Desktop, it would be helpful if one could specify a specific CNI plugin in order to use features like Network Policies.

Which service(s) is this request for? Docker Desktop

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? When working on Network Policies, I have to use another K8s distro because Docker's implementation does not support them.

Are you currently working around the issue? I have to use MiniKube, Kind, or some other desktop K8s distro today.

frimik commented 2 years ago

In my case the topic was evaluating Cilium and so happens to be - Docker Desktop Kubernetes was the one I use on that machine ...

gjycn commented 1 year ago

Has anyone told me the progress of this issue? I also encountered this issue when using the ambient mesh of istio.

chingkt commented 11 months ago

Has anyone told me the progress of this issue? I also encountered this issue when using the ambient mesh of istio.

hey @gjycn I am also trying to use ambient mesh and encountered such issue. Did you find anything to make docker desktop k8s work with ambient mesh?

Edit: I opened an issue on istio's github: https://github.com/istio/istio/issues/47436