Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 592 Bytes

04_configure_contour.md

File metadata and controls

19 lines (13 loc) · 592 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.
./shared-services-cluster-setup/scripts/03-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: *.svc.tkg.lab.your-domain

Continue to Next Step: Configure Gangway