You can enable IPv6 support for hosted apps on TAS for VMs.

The following procedure allows apps deployed to VMware Tanzu Application Service for VMs (TAS for VMs) to be reached using IPv6 addresses.

Important Amazon Web Services (AWS) EC2 instances do not support IPv6.

TAS for VMs system components use a separate DNS subdomain from hosted apps. These components support only IPv4 DNS resolved addresses. This means that although an IPv6 address can be used for app domains, the system domain must resolve to an IPv4 address.

Enable IPv6 Support for hosted pps

To enable support for IPv6 app domains:

  1. Set up an external load balancer for your TAS for VMs deployment. For more information, see Using your own load balancer.

  2. Configure DNS to resolve app domains to an IPv6 address on your external load balancer.

    Your IPv4 interface for the system domain and IPv6 interface for app domain can be configured on the same or different load balancers.

  3. Configure the external load balancer to route requests for an IPv6 address directly to the IPv4 addresses of the Gorouters.

    The following diagram illustrates how a single load balancer can support traffic on both IPv4 and IPv6 addresses for a TAS for VMs installation:

    IPv6 Application clients send IPv6 to the load balancer. The load balancer also takes in and puts out IPv4 to the CF components, which accept only IPv4.

    For more information about domains in TAS for VMs, see Routes and Domains.

check-circle-line exclamation-circle-line close-line
Scroll to top icon