Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions docs/guides/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,17 @@ Apache Cassandra is a highly scalable, distributed NoSQL database designed to ha
|---------------------------------------------------------------|:------------:|
| Clustering | ✓ |
| Custom Configuration | ✓ |
| Backup/Recovery | ✓ |
| Monitoring using Prometheus and Grafana | ✓ |
| Builtin Prometheus Discovery | ✓ |
| Operator managed Prometheus Discovery | ✓ |
| Authentication & Authorization (TLS) | ✓ |
| Externally manageable Auth Secret | ✓ |
| Persistent volume | ✓ |
| Grafana Dashboards (Alerts and Monitoring) | ✓ |
| Backup & Recovery | ✓ |
| Monitoring (Prometheus & Grafana Dashboards) | ✓ |
| TLS/SSL Encryption (Add, Remove, Rotate, Update) | ✓ |
| Auth Secret Management & Rotation | ✓ |
| Persistent Volume | ✓ |
| Automated Version Update | ✓ |
| Automated Vertical Scaling | ✓ |
| Automated Horizontal Scaling | ✓ |
| Horizontal & Vertical Scaling | ✓ |
| Automated Volume Expansion | ✓ |
| Autoscaling ( Compute resources & Storage ) | ✓ |
| Reconfigurable TLS Certificates (Add, Remove, Rotate, Update) | ✓ |
| Autoscaling (Compute & Storage) | ✓ |
| Reconfigure | ✓ |
| Restart | ✓ |

## Supported Cassandra Versions

Expand Down
39 changes: 29 additions & 10 deletions docs/guides/clickhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@ aliases:

## Supported ClickHouse Features

| Features | Availability |
|---------------------------------------------------------------|:------------:|
| ClusterTopology | ✓ |
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | ✓ |
| Custom Configuration | ✓ |
| Builtin Prometheus Discovery | ✓ |
| Using Prometheus operator | ✓ |
| Authentication & Authorization (TLS) | ✓ |
| Externally manageable Auth Secret | ✓ |
| Reconfigurable TLS Certificates (Add, Remove, Rotate, Update) | ✓ |
| Features | Availability |
|---------------------------------------------------------|:------------:|
| ClusterTopology | ✓ |
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | ✓ |
| Custom Configuration | ✓ |
| Monitoring (Prometheus) | ✓ |
| TLS/SSL Encryption | ✓ |
| Externally manageable Auth Secret | ✓ |
| Reconfigure | ✓ |
| Horizontal & Vertical Scaling | ✓ |
| Volume Expansion | ✓ |
| Update Version | ✓ |
| Restart | ✓ |
| Rotate Authentication | ✓ |
| Autoscaling | ✓ |

## Supported ClickHouse Versions

Expand All @@ -43,4 +48,18 @@ KubeDB supports the following ClickHouse Versions.
## User Guide

- [Quickstart ClickHouse](/docs/guides/clickhouse/quickstart/guide/quickstart.md) with KubeDB Operator.
- [Custom Configuration](/docs/guides/clickhouse/configuration/using-config-file.md) of ClickHouse.
- [Using Builtin Prometheus](/docs/guides/clickhouse/monitoring/using-builtin-prometheus.md) for monitoring.
- [Using Prometheus Operator](/docs/guides/clickhouse/monitoring/using-prometheus-operator.md) for monitoring.
- [Configure TLS/SSL](/docs/guides/clickhouse/tls/cluster.md) for ClickHouse.
- [Reconfigure TLS](/docs/guides/clickhouse/reconfigure-tls/clickhouse.md) for ClickHouse.
- [Reconfigure](/docs/guides/clickhouse/reconfigure/reconfigure.md) ClickHouse.
- [Horizontal Scaling](/docs/guides/clickhouse/scaling/horizontal-scaling/cluster.md) of ClickHouse.
- [Vertical Scaling](/docs/guides/clickhouse/scaling/vertical-scaling/cluster.md) of ClickHouse.
- [Volume Expansion](/docs/guides/clickhouse/volume-expansion/cluster.md) of ClickHouse.
- [Update Version](/docs/guides/clickhouse/update-version/update-version.md) of ClickHouse.
- [Restart](/docs/guides/clickhouse/restart/restart.md) ClickHouse.
- [Rotate Authentication](/docs/guides/clickhouse/rotate-auth/rotateauth.md) for ClickHouse.
- [Compute Autoscaling](/docs/guides/clickhouse/autoscaler/compute/compute-autoscale.md) of ClickHouse.
- [Storage Autoscaling](/docs/guides/clickhouse/autoscaler/storage/storage-autoscale.md) of ClickHouse.
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
40 changes: 20 additions & 20 deletions docs/guides/druid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ Apache Druid is a real-time analytics database designed for fast slice-and-dice

| Features | Availability |
|------------------------------------------------------------------------------------|:-----:|
| Clustering | ✓ |
| Druid Dependency Management (MySQL, PostgreSQL and ZooKeeper) | ✓ |
| Authentication & Authorization | ✓ |
| Custom Configuration | ✓ |
| Backup/Recovery: Instant, Scheduled ( [KubeStash](https://kubestash.com/)) | ✓ |
| Monitoring with Prometheus & Grafana | ✓ |
| Builtin Prometheus Discovery | ✓ |
| Using Prometheus operator | ✓ |
| Externally manageable Auth Secret | ✓ |
| Reconfigurable Health Checker | ✓ |
| Persistent volume | ✓ |
| Dashboard ( Druid Web Console ) | ✓ |
| Automated Version Update | ✓ |
| Automatic Vertical Scaling | ✓ |
| Automated Horizontal Scaling | ✓ |
| Automated db-configure Reconfiguration | ✓ |
| TLS: Add, Remove, Update, Rotate ( [Cert Manager](https://cert-manager.io/docs/) ) | ✓ |
| Automated Reprovision | ✓ |
| Automated Volume Expansion | ✓ |
| Autoscaling (vertically) | ✓ |
| Clustering | ✓ |
| Druid Dependency Management (MySQL, PostgreSQL and ZooKeeper) | ✓ |
| Authentication & Authorization | ✓ |
| Externally manageable Auth Secret | ✓ |
| Rotate Authentication | ✓ |
| Custom Configuration | ✓ |
| Reconfiguration (db-configure) | ✓ |
| Backup & Recovery ( [KubeStash](https://kubestash.com/)) | ✓ |
| Monitoring (Prometheus & Grafana) | ✓ |
| Reconfigurable Health Checker | ✓ |
| Persistent Volume | ✓ |
| Dashboard ( Druid Web Console ) | ✓ |
| Automated Version Update | ✓ |
| Horizontal & Vertical Scaling | ✓ |
| TLS/SSL Encryption ( [Cert Manager](https://cert-manager.io/docs/) ) | ✓ |
| Automated Reprovision | ✓ |
| Volume Expansion | ✓ |
| Autoscaling (Compute & Storage) | ✓ |
| Failover & Disaster Recovery | ✓ |
| Restart | ✓ |

## Supported Druid Versions

Expand Down
Loading
Loading