Libcluster with two or more topologies and strategies?

I want to run a single Phoenix Elixir Erlang cluster with Libcluster and use two or more topologies (and strategies) in Production.

i.e. Cluster.Strategy.Epmd for a pets_topology and a cattle_topology with Cluster.Strategy.Kubernetes.DNS

the idea to have a core topology of “pets” and a “cattle” topology for expendable nodes.

I found a comment in the libcluster source but haven’t found anything more

examples or pointers welcome

You can start clustering for one or more topologies.

since version 2.0.0

“The ability to start libcluster for more than a single topology”

I guess I will just have to test it