Previously, to restrict access between namespaces i used:
net.alpha.kubernetes.io/network-isolation: "on"
In version 1.6.1 does not work. The currently proposed version:
net.beta.kubernetes.io/network-policy: |
{
"ingress": {
"isolation": "DefaultDeny"
}
}
The currently proposed version is not satisfied, because you need to create separate policies for the pods.
Is there something like this now?