Dgraph helm chart ready to be deployed on Kubernetes using Kubernetes Helm.
Use Discuss Issues for reporting issues about this repository.
$ helm repo add dgraph https://charts.dgraph.io
$ helm install my-release dgraph/dgraph
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.
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.
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm follow the instructions here.
To add the Dgraph helm repository:
$ helm repo add dgraph https://charts.dgraph.io
See the README of Dgraph helm chart.
See the instructions here to publish the chart.
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.