How can I configure two services running in separate Kubernetes clusters to share the same Persistent Volume Claim (PVC) or PV?
We have two Jira Data Center applications running in different clusters.
For example, Jira DC Node-1 runs in Cluster-1 and Jira DC Node-2 runs in Cluster-2. According to the documentation here, we aim to configure these two Jira services as nodes in a single Jira Data Center setup. However, they are in separate Kubernetes clusters.