Does Kubernetes Environment supports UDF Functions?

Cloud Details: Private Cloud / Client Managed Cloud

Micro-Services: Kubernetes, Helm Charts and Docker

Pega Platform Version: 8.6.0 and 8.6.3

Issue Description:

Ideally, While running the Install / upgrade script in the Pega Platform, If “Bypass UDF Generation” is set to “False”, UDF Functions should have created however upon making the changes in setupDatabase.properties file, it did not work in our Kubernetes Environment.

Identified Blocker: PL/Java Service in PostgreSQL cluster is in Disabled state. Need to enable it and re-customize the image to support UDF Functions. But it’s a risky thing of PostgreSQL Image Customization and it depends on how Devops Team Policies deined to each organization. If Custom Image deployments supported by Devops Team, It’s a recomended process.

@SaikishoreS16598123

Solution:

As per the below documentation, it doesn’t required use of UDFs and exposing columns used in RD’s should be sufficient.

https://docs-previous.pega.com/understanding-user-defined-functions.

Note: Posted the solution we applied in our enviornment. Keep me posted if any other better solution identified. The Post will kept open for few days to get the responses.