Hostname Resolution
You might need to set up hostname resolution for the ForgeRock Identity Platform servers you’ll deploy in your namespace:
-
Choose an FQDN (referred to as the deployment FQDN) that you’ll use when you deploy the ForgeRock Identity Platform, and when you access its GUIs and REST APIs.
Examples in this documentation use
dev.example.com
as the deployment FQDN. You are not required to usedev.example.com
; you can specify any FQDN you like. -
If DNS does not resolve your deployment FQDN, add an entry similar to the following to the /etc/hosts file:
ingress-ip-address dev.example.com
For
ingress-ip-address
, specify the IP address of your cluster’s ingress controller that you obtained from your cluster administrator.