Skip to content

dgraph-io/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dgraph Helm Chart

Dgraph helm chart ready to be deployed on Kubernetes using Kubernetes Helm.

Use Discuss Issues for reporting issues about this repository.

TL;DR

$ helm repo add dgraph https://charts.dgraph.io
$ helm install my-release dgraph/dgraph

Before you begin

Setup a Kubernetes Cluster

The quickest way to setup a Kubernetes cluster is with Google Kubernetes Engine, AWS Elastic Kubernetes Service or Azure Kubernetes Service using their respective quick-start guides. For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.

Install kubectl

The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. You can use kubectl to deploy applications, inspect and manage cluster resources, and view logs.

To install kubectl follow the instructions here.

Install Helm

Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

To install Helm follow the instructions here.

Add Repo

To add the Dgraph helm repository:

$ helm repo add dgraph https://charts.dgraph.io

Usage

See the README of Dgraph helm chart.

Publishing the Chart

See the instructions here to publish the chart.

License

Copyright 2016-2020 Dgraph Labs, Inc.

Source code in this repository is variously licensed under the Apache Public License 2.0 (APL) and the Dgraph Community License (DCL). A copy of each license can be found in the licenses directory.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.