VMware NSX Container Plugin, Tanzu Application Service
This issue is resolved on NCP 4.1.2.2 onwards. This is also documented under Resolved issues of the said release.
Workaround:
Update the two deny firewall rules in the default isolation section for the foundation.
For the rule with source equal to the container CIDR and destination ANY (deny-all-egress), the rule's direction must be changed from IN_OUT to OUT.
For the rule with destination equal to the container CIDR and source any (deny-all-ingress), the rule's direction must be changed from IN_OUT to IN.
If the TAS foundation is configured to use a NSX principal identity, this operation must be performed via API specifying the 'X-Allow-Overwrite:True' header.