1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/docs/providers/eks/README.md
2020-01-28 12:08:05 +01:00

1.2 KiB

Amazon AWS Remarks

Elastic Block Storage

Documentation:

Remarks:

  • It is recommended to use at least GP2 (can be IO1) volume type for ArangoDeployment PV.
  • GP2 Volume IOPS is mostly based on storage size. If bigger load is expected use bigger volumes.
  • GP2 Volume supports burst mode. In case load in ArangoDeployment is expected only periodically you can use smaller GP2 Volumes to save costs.
  • AWS EBS support resizing of Volume. Volume size can be changed during lifetime, but it requires pod to be recreated.

LoadBalancer

Documentation:

Remarks:

  • AWS LB in TCP mode is able to resend request in case of timeout while waiting for response from Coordinator/DBServer. This can break some POST requests, like data insertion. To change default value, set to 60s, you can set annotation for ArangoDeployment LoadBalancer service.
kubectl annotate --overwrite service/<ArangoDeployment name>-ea service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout=<value is seconds, max 15 min>