Start ArangoDB on Azure Kubernetes Service (AKS)

    • (version >= 1.10)
    • helm

    Deploy cluster

    • In Azure dashboard choose Create a resource
    • Choose Kubernetes Service

    Cluster authentication (Enable RBAC)

    Move to control using kubectl

    • Login to Azure using CLI
    • Get AKS credentials to merge with local config, using resource group andcluster names used for above deployment
    • Verify successful merge
    • Initialize helm
    1. $ kubectl create serviceaccount --namespace kube-system tiller
    1. $HELM_HOME has been configured at /home/xxx/.helm.
    2. ...
    3. Happy Helming!
    4. Tiller (the Helm server-side component) has been
    5. installed into your Kubernetes Cluster.
    • Deploy ArangoDB operator
    1. $ kubectl apply -f https://raw.githubusercontent.com/arangodb/kube-arangodb/master/examples/simple-cluster.yaml