kube-arangodb icon indicating copy to clipboard operation
kube-arangodb copied to clipboard

ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min

Results 129 kube-arangodb issues
Sort by recently updated
recently updated
newest added

there's section for kubernetes apps

I've attempted twice to scale vertically by setting up a new node pool and shifting all pods over to the new pool. ## Steps 1. Create new node pool in...

(and probably other cloud platforms as well)

3 Documentation

Add a node selector per server group which is forwarded to the pods of that group.

1 Feature

(in ArangoLocalStorage operator) This requires a quota on the filesystem that implements the PV. Maybe using an overlay FS.

1 Feature

Topics to cover: - [x] Process for scaling - [ ] Process for upgrades (&downgrades) - [ ] Process for node maintenance - [ ] Process for permanent node failure...

3 Documentation

If a node becomes unavailable, the operator pods should quickly go somewhere else and not wait for the default 5min timeout.

I just create a graph following this: https://github.com/ArangoDB-Community/pyArango/blob/master/examples/createSocialGraph.py I operate with pyArango, and when I try to get the indexes of the collection 'relation', I meet a problem `relation=db.collections['relation']` `relation.getIndexes()`...