Re: Kubernetes operators

2019-04-24 Thread Tom Barber
ent in > that case right? > > On Thu, 18 Apr 2019 at 16:00, Tom Barber wrote: > > > Just a quick link to somewhere else that I like the pattern of: > > > > https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/ > > > > These folks have knocked up a few

Re: Kubernetes operators

2019-04-23 Thread Imesha Sudasingha
hese folks have knocked up a few custom Kubernetes operators for ArangoDB > that once you have deployed means to launch a new database all you have to > do is: > > apiVersion: "database.arangodb.com/v1alpha" > kind: "ArangoDeployment" > metadata: > name:

Kubernetes operators

2019-04-18 Thread Tom Barber
Just a quick link to somewhere else that I like the pattern of: https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/ These folks have knocked up a few custom Kubernetes operators for ArangoDB that once you have deployed means to launch a new database all you have to do is: apiVersion