Updating DNS zone records
After you've completed the Helm or Operator install, update your DNS zone records and verify that Hybrid Manager is working as expected.
Update DNS zone records
Retrieve the hostname of the portal service. This hostname represents the ingress endpoint for your Hybrid Manager.
kubectl get svc -n istio-system istio-ingressgateway -o yaml | yq '.status.loadBalancer.ingress[0].hostname'
Create CNAME records in your DNS zone for the following domain names and point them to the retrieved hostname.
PORTAL_DOMAIN_NAME
TRANSPORTER_RW_SERVICE_DOMAIN_NAME
BEACON_SERVICE_DOMAIN_NAME
Each CNAME record maps a user-facing domain name to the ingress hostname.
Now you can connect to the portal and verify the installation.
- On this page
- Update DNS zone records
← Prev
Install Hybrid Manager on Google Cloud GKE using EDB Postgres AI Operator
↑ Up
Hybrid Manager installation methods for Google Cloud GKE
Next →
Connecting to Hybrid Manager
Could this page be better? Report a problem or suggest an addition!