diff --git a/docs/guides/mssqlserver/README.md b/docs/guides/mssqlserver/README.md index ca9c194d6..4376b557b 100644 --- a/docs/guides/mssqlserver/README.md +++ b/docs/guides/mssqlserver/README.md @@ -24,7 +24,8 @@ Microsoft SQL Server is one of the most popular relational database management s |--------------------------------------------------------------------|:------------:| | Standalone and Availability Group Cluster (HA configuration) | ✓ | | Synchronous Replication | ✓ | -| Automatic Failover | ✓ | +| Automatic Fail over | ✓ | +| Arbiter Node for quorum in even-sized clusters | ✓ | | Custom Configuration | ✓ | | Authentication & Authorization | ✓ | | Externally manageable Auth Secret | ✓ | @@ -41,8 +42,8 @@ Microsoft SQL Server is one of the most popular relational database management s | Automated Horizontal Scaling | ✓ | | Autoscaling Compute and Storage Resources | ✓ | | Reconfiguration | ✓ | -| TLS | ✓ | -| Reconfigure TLS | ✓ | +| TLS configuration ([Cert Manager](https://cert-manager.io/docs/)) | ✓ | +| Reconfiguration of TLS: Add, Remove, Update, Rotate | ✓ | | Grafana Dashboards | ✓ | diff --git a/docs/guides/redis/README.md b/docs/guides/redis/README.md index 37c0c255f..6cc13231c 100644 --- a/docs/guides/redis/README.md +++ b/docs/guides/redis/README.md @@ -16,25 +16,31 @@ aliases: > New to KubeDB? Please start [here](/docs/README.md). ## Supported Redis Features -| Features | Availability | -|------------------------------------------------------------------------------------|:------------:| -| Clustering | ✓ | -| Sentinel | ✓ | -| Standalone | ✓ | -| Authentication & Autorization | ✓ | -| Persistent Volume | ✓ | -| Initializing from Snapshot ( [Stash](https://stash.run/) ) | ✓ | -| Instant Backup (Sentinel and Standalone Mode) | ✓ | -| Scheduled Backup (Sentinel and Standalone Mode) | ✓ | -| Builtin Prometheus Discovery | ✓ | -| Using Prometheus operator | ✓ | -| 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 Volume Expansion | ✗ | -| Autoscaling (vertically) | ✗ | +| Features | Availability | +|-------------------------------------------------------------------|:------------:| +| Clustering (Sharding, Replication) | ✓ | +| Redis in Sentinel Mode (Use separate Sentinel Cluster for Redis) | ✓ | +| Standalone Mode | ✓ | +| Custom Configuration | ✓ | +| Using Custom Docker Image | ✓ | +| Initialization From Script (shell or lua script) | ✓ | +| Initializing from Snapshot ([KubeStash](https://kubestash.com/)) | ✓ | +| Authentication & Authorization | ✓ | +| Externally manageable Authentication Secret | ✓ | +| Persistent Volume | ✓ | +| Reconfigurable Health Checker | ✓ | +| Backup (Instant, Scheduled) | ✓ | +| Builtin Prometheus Discovery | ✓ | +| Using Prometheus Operator | ✓ | +| Automated Version Update | ✓ | +| Automatic Vertical Scaling, Volume Expansion | ✓ | +| Automated Horizontal Scaling | ✓ | +| Automated db-configure Reconfiguration | ✓ | +| TLS configuration ([Cert Manager](https://cert-manager.io/docs/)) | ✓ | +| Reconfiguration of TLS: Add, Remove, Update, Rotate | ✓ | +| Autoscaling Compute and Storage Resources (vertically) | ✓ | +| Grafana Dashboards | ✓ | + ## Life Cycle of a Redis Object