Creating StatefulSet cluster across regions

Is it possible with K8s to create the stateful replica set across region,i want to have the MongoDB replica set across various regions, suppose i wanted to create the 3 memeber mongoDB replica set:

Member 1: us-east
Member 2: eu-west
Member 3: ca-central

Will it be possible now?

I haven’t done this but i am guessing you can do this with provisioning PV’s across 3 regions and attach those to your pods.