Replies: 2 comments
-
Also to add to this - the problem we are seeing is that we will need to assign a separate port to the |
Beta Was this translation helpful? Give feedback.
-
There is no current way to do this - there was some investigation done a while back in terms of using CSI volume group snapshot support, which could potentially help in this situation (assuming you're trying to do multiple PVCs within the same namespace). I realized we didn't have a tracking issue for that, so have created one: #1116 There are some details there, as well as a link to a prototype that used 1 service for 1 replicationdestination that covered multiple PVCs. Note that CSI volume group snapshots are still at the alpha stage - we're waiting on it progressing further. So I would consider this work stalled for the moment. |
Beta Was this translation helpful? Give feedback.
-
I'm using the
clusterIP
serviceType and then using the Istio Ingress Gateway to expose the replicationDestination address to the source cluster. The problem arises when I have to create one ingress gateway for every replication CR, which is not feasible considering that there can be many PVCs in a cluster. Since I do not want to useloadBalancer
to expose the service IP, are there any other options available that I can explore to make this work? I'm considering if there is a way to group multiple PVCs in one replication object or something related to this.Beta Was this translation helpful? Give feedback.
All reactions