Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.64 KB

README.md

File metadata and controls

28 lines (23 loc) · 2.64 KB

Examples of Using the GreptimeDB Operator

Cluster

The following examples suppose that you have installed the etcd cluster in the etcd namespace with the service endpoint etcd.etcd-cluster.svc.cluster.local:2379.

  • Basic: Create a basic GreptimeDB cluster.
  • S3: Create a GreptimeDB cluster with S3 storage.
  • GCS: Create a GreptimeDB cluster with Google GCS storage.
  • OSS: Create a GreptimeDB cluster with Aliyun OSS storage.
  • AZBlob: Create a GreptimeDB cluster with Azure Blob storage.
  • Flownode: Create a GreptimeDB cluster with flownode enabled. By adding the flownode configuration, you can use continuous aggregation in the GreptimeDB cluster.
  • TLS Service: Create a GreptimeDB cluster with TLS service.
  • Prometheus Monitoring: Create a GreptimeDB cluster with Prometheus monitoring. Please ensure you have already installed prometheus-operator and created a Prometheus instance with the label release=prometheus.
  • Kafka Remote WAL: Create a GreptimeDB cluster with Kafka remote WAL. Please ensure you have installed the Kafka cluster in the kafka namespace with the service endpoint kafka-bootstrap.kafka.svc.cluster.local:9092.
  • Add Custom Config: Create a GreptimeDB cluster with custom configuration by using the config field.
  • AWS NLB: Create a GreptimeDB cluster with the AWS NLB service. Please ensure you have already configured it.
  • Standalone WAL: Create a GreptimeDB cluster with standalone storage for WAL.
  • Configure Logging: Create a GreptimeDB cluster with custom logging configuration.
  • Enable Monitoring Bootstrap: Create a GreptimeDB cluster with monitoring enabled.

Standalone

  • Basic: Create a basic GreptimeDB standalone.
  • S3: Create a GreptimeDB standalone with S3 storage.
  • GCS: Create a GreptimeDB standalone with Google GCS storage.
  • OSS: Create a GreptimeDB standalone with Aliyun OSS storage.
  • AZBlob: Create a GreptimeDB standalone with Azure Blob storage.