-
Notifications
You must be signed in to change notification settings - Fork 284
Description
Tell us about your request
Support NetworkPolicy with the builtin networking of Docker Desktop Kubernetes. By default, or as an installable addon that only adds NetworkPolicy support to the builtin networking.
AFAIK Using a CNI and/or using them in NetworkPolicy only mode doesn't work well or at all in Docker Desktop (e.g. Calico in Policy Only mode, or Cilium in CNI chaining)
Which service(s) is this request for?
Docker Desktop's Kubernetes
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Being able to test NetworkPolicy locally in development when designing templates/charts.
Are you currently working around the issue?
Using something else like minikube/kind/k3s so that I can use a CNI with NetworkPolicy support, or a production Kubernetes deployment.
Additional context
k3s has its own NetworkPolicy only component that adds NetworkPolicy support on top of its builtin flannel that can serve as inspiration.