File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
docs/Manual/Deployment/Kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ follow-up request.
116116
117117ArangoDB will transparently forward any mismatched requests to the correct
118118coordinator, so the requests can be answered correctly without any additional
119- configuration. However, this incurs a small performance  penalty due to the extra
119+ configuration. However, this incurs a small latency  penalty due to the extra
120120request across the internal network.
121121
122- To resolve  this uncertainty client-side, make sure to run your client
122+ To prevent  this uncertainty client-side, make sure to run your client
123123application in the same Kubernetes cluster and synchronize your endpoints before
124124making the initial query request. This will result in the use (by the driver) of
125125internal DNS names of all coordinators. A follow-up request can then be sent to
                                 You can’t perform that action at this time. 
               
                  
0 commit comments