gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
874 stars 390 forks source link

Which gluster node are my pods/pvc talking to? #647

Open vvavepacket opened 4 years ago

vvavepacket commented 4 years ago

Say I have 3 kubernetes worker nodes and I installed gluster node for each of the node and clustered them.

When I create a PVC for my pod on Node 1, which of the kubernetes worker node/gluster node does my pod talks to?

Reason is latency concern. Does the PV access the mounting on the same node where the pod is running? How does it know which of the endpoints of the Gluster service to connect?