Defined a network policy for my spring boot app Egreess allowed ip of the oracle database and applied the network policy to the container but connection keeps failing? Any help appreciated..
NetworkPolicy object requires CNI. Be sure that you have one and enforce default deny all traffic. If you haven't you can start here: https://kubernetes.io/docs/concepts/services-networking/network-policies/