Below script is going to deploy contour. External DNS is going to create a wild card A record for envoy service.
./shared-services-cluster-setup/scripts/03-install-contour.sh
kubectl get all -n tanzu-system-ingress
This will also add a CNAME
entry in AWS Hosted zone which you created earlier. The CNAME
will be mapped to AWS load balancer.
Example: *.svc.tkg.lab.your-domain
Continue to Next Step: Configure Gangway