1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
ArangoDB Kubernetes Operator - Start ArangoDB on Kubernetes in 5min
Find a file
2020-06-18 06:10:30 +02:00
.vscode File header template added 2018-02-09 11:14:03 +01:00
chart [Feature] Add Backup Key SHA (#581) 2020-06-18 06:10:30 +02:00
dashboard Bump websocket-extensions from 0.1.3 to 0.1.4 in /dashboard (#573) 2020-06-08 12:29:10 +02:00
deps/k8s.io/code-generator ArangoSync-Client (#408) 2019-07-08 11:49:32 +02:00
docs [Typo] Fix typo in DOC (#545) 2020-04-06 13:20:13 +02:00
examples Updated manifest to 1.0.3 2020-05-25 10:54:28 +00:00
manifests [Feature] Kustomization support (#578) 2020-06-17 08:29:11 +02:00
pkg [Feature] Add Backup Key SHA (#581) 2020-06-18 06:10:30 +02:00
scripts FATURE/fix docs and headers (#528) 2020-03-04 11:25:14 +01:00
tests [Feature] Accept Kubeconfig ENV (#543) 2020-04-06 13:20:33 +02:00
tools FEATURE/fix-linter-issues (#529) 2020-03-10 10:26:38 +01:00
.dockerignore REVERT/to_0.4.0 (#476) 2019-10-16 09:05:56 +02:00
.gitattributes Arango Backup support in Operator (#438) 2019-09-27 13:04:23 +02:00
.gitignore Allow to set ImagePullSecrets in pods (#444) 2019-09-15 18:43:55 +02:00
.travis.yml [CICD] Define Travis file (#541) 2020-04-01 11:23:24 +02:00
CHANGELOG.md [Feature] Kustomization support (#578) 2020-06-17 08:29:11 +02:00
Dockerfile Feature/add ubi based image (#486) 2019-10-31 07:48:27 +01:00
Dockerfile.test REVERT/to_0.4.0 (#476) 2019-10-16 09:05:56 +02:00
Dockerfile.ubi Feature/new resize mode (#524) 2020-02-27 08:28:25 +01:00
go.mod [Feature] Add Backup Key SHA (#581) 2020-06-18 06:10:30 +02:00
go.sum [Feature] Add Backup Key SHA (#581) 2020-06-18 06:10:30 +02:00
Jenkinsfile.groovy Added more test environment for license stuff. 2018-12-03 14:34:58 +01:00
LICENSE Add LICENSE 2018-04-03 08:20:49 +02:00
lifecycle.go FATURE/fix docs and headers (#528) 2020-03-04 11:25:14 +01:00
main.go [Feature] Improve reconcilation time (#572) 2020-06-08 13:30:32 +02:00
MAINTAINERS.md Adjust Helm Makefile (#451) 2019-09-24 09:22:06 +02:00
Makefile [Feature] Kustomization support (#578) 2020-06-17 08:29:11 +02:00
README.md [Feature] Kustomization support (#578) 2020-06-17 08:29:11 +02:00
reboot.go [Feature] Accept Kubeconfig ENV (#543) 2020-04-06 13:20:33 +02:00
storage.go FATURE/fix docs and headers (#528) 2020-03-04 11:25:14 +01:00
uuid.go [Feature] Change Init UUID logic (#559) 2020-05-12 17:12:52 +02:00
VERSION Updated to 1.0.3+git 2020-05-25 10:54:41 +00:00
version.go FEATURE/fix-linter-issues (#529) 2020-03-10 10:26:38 +01:00

ArangoDB Kubernetes Operator

Docker Pulls

ArangoDB Kubernetes Operator helps to run ArangoDB deployments on Kubernetes clusters.

To get started, follow the Installation instructions below and/or read the tutorial.

State

The ArangoDB Kubernetes Operator is still in development.

Running ArangoDB deployments (single, active-failover or cluster) is reasonably stable, and we're in the process of validating production readiness of various Kubernetes platforms.

The feature set of the ArangoDB Kubernetes Operator is close to what it is intended to be.

Documentation

Production readiness state

Beginning with Version 0.3.11 we maintain a production readiness state for individual new features, since we expect that new features will first be released with an "alpha" or "beta" readiness state and over time move to full "production readiness".

The following table has the general readiness state, the table below covers individual newer features separately.

Platform Kubernetes Version ArangoDB Version ArangoDB Operator Version State Remarks Provider Remarks
Google GKE 1.14 >= 3.3.13 Production Don't use micro nodes
Google GKE 1.15 >= 3.3.13 Production Don't use micro nodes
Azure AKS 1.14 >= 3.3.13 Production
Azure AKS 1.15 >= 3.3.13 Production
Amazon EKS 1.14 >= 3.3.13 Production Amazon EKS
IBM Cloud 1.14 >= 3.4.6.1 >= 0.3.11 Production
OpenShift 3.11 >= 3.3.13 Production
OpenShift 4.2 >= 3.3.13 In Progress
BareMetal (kubeadm) 1.14 >= 3.3.13 Production
Minikube 1.14 >= 3.3.13 Devel Only
Other 1.14 >= 3.3.13 Devel Only

Feature-wise production readiness table:

Feature ArangoDB K8s Operator Version Production Readiness Remarks
Pod Disruption Budgets 0.3.10 new - alpha
0.3.11 beta
Volume Resizing 0.3.10 new - beta
0.3.11 beta
Disabling of liveness probes 0.3.10 new - beta
0.3.11 production ready
Volume Claim Templates 0.3.11 new - alpha
Prometheus Metrics export 0.3.11 new - alpha needs Prometheus
User sidecar containers 0.3.11 new - alpha

Release notes for 0.3.16

In this release we have reworked the Helm charts. One notable change is that we now create a new service account specifically for the operator. The actual deployment still runs by default under the default service account unless one changes that. Note that the service account under which the ArangoDB runs needs a small set of extra permissions. For the default service account we grant them when the operator is deployed. If you use another service account you have to grant these permissions yourself. See here for details.

Installation of latest release using Kubectl

kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.0.3/manifests/arango-crd.yaml
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.0.3/manifests/arango-deployment.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.0.3/manifests/arango-storage.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/1.0.3/manifests/arango-deployment-replication.yaml

This procedure can also be used for upgrades and will not harm any running ArangoDB deployments.

Installation of latest release using kustomize

Installation using kustomize looks like installation from yaml files, but user is allowed to modify namespace or resource names without yaml modifications.

IT is recommended to use kustomization instead of handcrafting namespace in yaml files - kustomization will replace not only resource namespaces, but also namespace references in resources like ClusterRoleBinding.

Example kustomization file:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: my-custom-namespace

bases:
  - https://github.com/arangodb/kube-arangodb/manifests/kustomize/deployment/?ref=1.0.3

Installation of latest release using Helm

Only use this procedure for a new install of the operator. See below for upgrades.

# The following will install the custom resources required by the operators.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.0.3/kube-arangodb-crd-1.0.3.tgz
# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.0.3/kube-arangodb-1.0.3.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.0.3/kube-arangodb-1.0.3.tgz --set "operator.features.storage=true"

Upgrading the operator using Helm

To upgrade the operator to the latest version with Helm, you have to delete the previous deployment and then install the latest. HOWEVER: You must not delete the deployment of the custom resource definitions (CRDs), or your ArangoDB deployments will be deleted!

Therefore, you have to use helm list to find the deployments for the operator (kube-arangodb) and of the storage operator (kube-arangodb-storage) and use helm delete to delete them using the automatically generated deployment names. Here is an example of a helm list output:

% helm list
NAME            	REVISION	UPDATED                 	STATUS  	CHART                               	APP VERSION	NAMESPACE
steely-mule     	1       	Sun Mar 31 21:11:07 2019	DEPLOYED	kube-arangodb-crd-0.3.9             	           	default  
vetoed-ladybird 	1       	Mon Apr  8 11:36:58 2019	DEPLOYED	kube-arangodb-0.3.10-preview        	           	default  

So here, you would have to do

helm delete vetoed-ladybird

but not delete steely-mule. Then you could install the new version with helm install as normal:

# The following will install the operator for `ArangoDeployment` &
# `ArangoDeploymentReplication` resources.
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.0.3/kube-arangodb-1.0.3.tgz
# To use `ArangoLocalStorage`, set field `operator.features.storage` to true
helm install https://github.com/arangodb/kube-arangodb/releases/download/1.0.3/kube-arangodb-1.0.3.tgz --set "operator.features.storage=true"

Building

DOCKERNAMESPACE=<your dockerhub account> make
kubectl apply -f manifests/arango-deployment-dev.yaml
# To use `ArangoLocalStorage`, also run
kubectl apply -f manifests/arango-storage-dev.yaml
# To use `ArangoDeploymentReplication`, also run
kubectl apply -f manifests/arango-deployment-replication-dev.yaml