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 theflownode
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 endpointkafka-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.