Hi. I have an rke2 cluster, with default network p...
# general
s
Hi. I have an rke2 cluster, with default network policy as deny all ingress and egress on my namespace. The application deployed in the namespace wants to communicate with the api-server on kubernetes.default. Any idea on what can help to enable the communication. Tried to create network policy with IP block rules to allow egress communication and also tried to create egress rules on kube-system namespace but did not helped. Any solutions that can help.