ForgeOps

Hostname Resolution

Set up hostname resolution for the Ping Identity Platform servers you’ll deploy in your namespace:

  1. Run the minikube ip command to get the Minikube ingress controller’s IP address:

    $ minikube ip
    192.168.64.2
  2. Choose an FQDN (referred to as the deployment FQDN that you’ll use when you deploy the Ping Identity Platform, and when you access its GUIs and REST APIs.

    Examples in this documentation use cdk.example.com as the CDK deployment FQDN. You are not required to use cdk.example.com; you can specify any FQDN you like.

  3. Add an entry to the /etc/hosts file to resolve the deployment FQDN. For example:

    minikube-ip-address cdk.example.com

Next step