Skip to main content
Version: 0.8

GreptimeDB Opertator

Install GreptimeDB Opertator

By utilizing the Operator pattern, GreptimeDB Operator can effectively manage GreptimeDB clusters on Kubernetes. This operator abstracts the model of maintaining a highly available GreptimeDB cluster.

You can use Helm to install GreptimeDB Operator.

helm upgrade \
-- install greptimedb-operator greptime/greptimedb-operator \
--create-namespace \
-n greptimedb-admin

Next steps

  • Deploy GreptimeDB Cluster: This section provides instructions on how to deploy etcd cluster and GreptimeDB cluster on Kubernetes.