Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 684 Bytes

04_configure_contour.md

File metadata and controls

28 lines (18 loc) · 684 Bytes

Configure Ingress Controller

Below script is going to deploy contour. External DNS is going to create a wild card A record for envoy service.

AWS

./workload-cluster-setup/aws/scripts/03-install-contour.sh

vSphere

./workload-cluster-setup/vsphere/scripts/04-install-contour.sh
Validate Contour Installation
kubectl get all -n tanzu-system-ingress

shared-cls-2

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: *.app.tkg.lab.your-domain

Continue to Next Step: Configure Gangway