-
I've been successfully testing a k3s server with IPv4/IPv6 dual stack but am wondering if it is somehow possible to secure services across namespaces. Since network policies need to be disabled to run k3s in dual stack mode all pods can access all services when the DNS is known. Can I do something about this? I'd really prefer if pods can't just access other namespaces services without me explicitly allowing them to. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
K3s does not ship with any network policies, so unless you're deploying your own network policies to secure your workload, what you describe is possible regardless of whether or not you have the network policy controller enabled. |
Beta Was this translation helpful? Give feedback.
-
Hello. I have one cluster IPv6-only.
I've just tried Cilium because of that. Unfortunately, it doesn't support any tunnel mode (VXLAN) in IPv6. As version 2 of |
Beta Was this translation helpful? Give feedback.
K3s does not ship with any network policies, so unless you're deploying your own network policies to secure your workload, what you describe is possible regardless of whether or not you have the network policy controller enabled.