k8s Operator and UDF

Hi,

we currently are using an UDF to get the levenshtein distance ([url]https://github.com/juanmirocks/Levenshtein-MySQL-UDF[/url]) in Percona XtraDB Cluster, because the implementations written in SQL are much too slow.

This works great but now we think about moving our database to a self-hosted k8s-Cluster using the Percona Operator.

Is there an easy way to bring such an UDF inside the cluster, without having to build own images?

Hi ewaldrg

Thanks Mykola

This solution works in my Minikube environment.