Hello @Somiya
Thanks for bringing our attention by posting this question.
Are your Nodes running Linux?
Cheers
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I have deployed two apps in the different namespaces and I don't want the pods deployed in one namespace to interact with the pods on the other namespace . I have applied the network policy, but after the application the backend shows as unhealthy on the app gateway and I am getting the 502 error.
Here is the netowrk policy file:
> kind: NetworkPolicy
> apiVersion: networking.k8s.io/v1
> metadata:
> app: app1
> namespace: development
> spec:
> podSelector:
> matchLabels:
> ingress: []
Do I have allow traffic from specific namespace/pod??