arangodb / kube-arangodb

ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min
https://arangodb.github.io/kube-arangodb/
Apache License 2.0
228 stars 71 forks source link

What about kubernetes on digital ocean ? #317

Closed scroobius-pip closed 5 years ago

maierlars commented 5 years ago

Have you tried it and it doesn't work? If so, please provide more information.

Siebe commented 5 years ago

Hi. I've successfully deployed a cluster on DigitialOcean. One note: if you want to use a loadbalancer with external IP one should force the spec.externalAccess.type to "LoadBalancer". DigitalOcean is a bit slow with creating a loadbalancer for the deployment and thus it seems ArangoDeployment will fall back to NodePort if this setting is not specified.