Files
helm-anything/src/nebulagraph-operator/README.md
T
2026-04-15 10:44:10 +08:00

942 B

NebulaGraph Operator

Introduction

NebulaGraph Operator is a Kubernetes operator that automates the deployment, scaling, and management of NebulaGraph clusters. It extends Kubernetes with Custom Resource Definitions (CRDs) for managing NebulaGraph components.

This chart installs the NebulaGraph Operator only. To deploy a NebulaGraph cluster, see the nebulagraph directory.

Installation

To install the NebulaGraph Operator, run:

make install

Usage

After installation, verify the operator is running:

kubectl get pods -n nebula-operator-system

Check that CRDs are registered:

kubectl get crd | grep nebula

Uninstall

To uninstall:

make uninstall

Documentation