To get the Platform web interface hostname:
kubectl get service platform -n uepe -o jsonpath="{.metadata.annotations.external-dns\.alpha\.kubernetes\.io/hostname}"
If you wish to connect Usage Engine Private Edition from the legacy swing desktop, do note that after added the instance via Platform FQDN hostname in desktop launcher, you need to modify pico.rcp.platform.port
property value to port 6790 at Configuration > Properties tab.
Example below has made the following assumptions:
PostgreSQL is used as the system database.
Postgres admin username (
postgres.adminUsername
) value is set to the default PostgreSQL administrator.It is assumed that you have configured Postgres admin password (
postgresqlPassword)
through secret. If you have not done so, please see https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/251560020/Usage+Engine+Private+Edition+Preparations+-+Azure+4.2#Bootstrapping-System-Credentials-%5BinlineExtension%5D for guidance.The system database creation is done automatically during installation.
jdbcPassword
andmzownerPassword
are randomly generated.postgresqlPassword
/oraclePassword
/saphanaPassword
is not randomly generated and you need to create them in secret.In case you are using DB tool
uepe-sys-db-tool.jar
to create the system database manually, you need to ensure the credentials stated in point 5 & 6 are included to the secret as well, please see https://infozone.atlassian.net/wiki/spaces/UEPE4D/pages/251560020/Usage+Engine+Private+Edition+Preparations+-+Azure+4.2#Bootstrapping-System-Credentials-%5BinlineExtension%5D for details.