A Cloud Administrator is designing a multi-tenant vSphere with Tanzu environment for two distinct business units: Finance and Engineering.
Requirements:
1. Finance requires strict egress filtering. All outbound traffic must originate from a predictable, static IP address range to pass through a legacy firewall.
2. Engineering requires high-volume ingress. They plan to deploy 50+ unique web services, each needing public access, but the available Floating IP Pool for the Load Balancer is limited to 10 IPs.
3. Isolation: Traffic between Finance and Engineering must be blocked by default.
Review the proposed design configuration:
# Namespace: finance-ns
Network: NSX (NAT Mode)
Egress: Configured with SNAT
# Namespace: engineering-ns
Network: NSX (NAT Mode)
Services: Developers instructed to use 'type: LoadBalancer' for all apps.
Which aspects of this design need correction or validation to meet the requirements? (Select all that apply.)