/helm-charts

Stardog Helm Charts

Primary LanguageShellApache License 2.0Apache-2.0

Stardog Helm Charts

License <ORG_NAME>

These charts install the Stardog Knowledge Graph platform on Kubernetes.

Stardog documentation: https://www.stardog.com/docs

Highlights

As of version 2.0.0 of the Stardog Helm charts, ZooKeeper 3.5.7 is now deployed with the Bitnami ZooKeeper chart. Stardog 7.4.2 includes preview support for ZooKeeper 3.5.x so you must be running that version of Stardog or later. Please see the Stardog chart README for instructions on how to upgrade from version 1.x of the charts to version 2.

Prerequisites

  • Stardog Cluster license file
  • Helm v3
  • Persistent volume support
  • Load balancer service
  • Familiarity with Stardog Cluster
  • Familiarity with Apache ZooKeeper

Installing

$ kubectl -n <your-namespace> create secret generic stardog-license --from-file stardog-license-key.bin=/path/to/stardog-license-key.bin
$ helm repo add stardog https://stardog-union.github.io/helm-charts/
$ helm install <helm-release-name> --namespace <your-namespace> stardog/stardog

See the Stardog chart's README for a list of configuration parameters.

Deleting

$ helm delete <helm-release-name> --namespace <your-namespace>