Login to PPC
The PPC provides a web-based user interface for managing data protection policies, users, and roles. Access the UI through a browser using the cluster’s FQDN. This section covers the prerequisites for resolving the FQDN and the steps to log in.
To access the Web UI, map the gateway hostname to the Microsoft Azure Load Balancer IP address in the local hosts file.
Get gateway details: Find the hostname and the Microsoft Azure Load Balancer address.
kubectl get gateway -AThe output will look similar to:
NAMESPACE NAME CLASS ADDRESS PROGRAMMED AGE api-gateway pty-main envoy 10.221.8.33 True 5h7mUpdate the hosts file: Add an entry mapping the ingress FQDN to the IP.
- Linux:
/etc/hosts - Windows:
C:\Windows\System32\drivers\etc\hosts
Example entry:
10.221.8.33 <FQDN given during cluster installation>Use the same FQDN provided during the installation process..
- Linux:
Access the UI in the browser.
URL:
https://<user-provided-fqdn>Enter the following parameters to log in and view the Insight Dashboard.
- Username: Application username
- Password: Application password
For more information about the default credentials, refer to the Release Notes.
Feedback
Was this page helpful?