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.

  1. helm upgrade \
  2. -- install greptimedb-operator greptime/greptimedb-operator \
  3. --create-namespace \
  4. -n greptimedb-admin

Next steps

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