Skip to content

Commit

Permalink
Update supported features
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Feb 4, 2025
1 parent 50d7929 commit d38d3d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 22 deletions.
7 changes: 4 additions & 3 deletions docs/guides/mssqlserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Microsoft SQL Server is one of the most popular relational database management s
|--------------------------------------------------------------------|:------------:|
| Standalone and Availability Group Cluster (HA configuration) | &#10003; |
| Synchronous Replication | &#10003; |
| Automatic Failover | &#10003; |
| Automatic Fail over | &#10003; |
| Arbiter Node for quorum in even-sized clusters | &#10003; |
| Custom Configuration | &#10003; |
| Authentication & Authorization | &#10003; |
| Externally manageable Auth Secret | &#10003; |
Expand All @@ -41,8 +42,8 @@ Microsoft SQL Server is one of the most popular relational database management s
| Automated Horizontal Scaling | &#10003; |
| Autoscaling Compute and Storage Resources | &#10003; |
| Reconfiguration | &#10003; |
| TLS | &#10003; |
| Reconfigure TLS | &#10003; |
| TLS configuration ([Cert Manager](https://cert-manager.io/docs/)) | &#10003; |
| Reconfiguration of TLS: Add, Remove, Update, Rotate | &#10003; |
| Grafana Dashboards | &#10003; |


Expand Down
44 changes: 25 additions & 19 deletions docs/guides/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,31 @@ aliases:
> New to KubeDB? Please start [here](/docs/README.md).
## Supported Redis Features
| Features | Availability |
|------------------------------------------------------------------------------------|:------------:|
| Clustering | &#10003; |
| Sentinel | &#10003; |
| Standalone | &#10003; |
| Authentication & Autorization | &#10003; |
| Persistent Volume | &#10003; |
| Initializing from Snapshot ( [Stash](https://stash.run/) ) | &#10003; |
| Instant Backup (Sentinel and Standalone Mode) | &#10003; |
| Scheduled Backup (Sentinel and Standalone Mode) | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Using Prometheus operator | &#10003; |
| Automated Version Update | &#10007; |
| Automatic Vertical Scaling | &#10007; |
| Automated Horizontal Scaling | &#10007; |
| Automated db-configure Reconfiguration | &#10007; |
| TLS: Add, Remove, Update, Rotate ( [Cert Manager](https://cert-manager.io/docs/) ) | &#10007; |
| Automated Volume Expansion | &#10007; |
| Autoscaling (vertically) | &#10007; |
| Features | Availability |
|-------------------------------------------------------------------|:------------:|
| Clustering (Sharding, Replication) | &#10003; |
| Redis in Sentinel Mode (Use separate Sentinel Cluster for Redis) | &#10003; |
| Standalone Mode | &#10003; |
| Custom Configuration | &#10003; |
| Using Custom Docker Image | &#10003; |
| Initialization From Script (shell or lua script) | &#10003; |
| Initializing from Snapshot ([KubeStash](https://kubestash.com/)) | &#10003; |
| Authentication & Authorization | &#10003; |
| Externally manageable Authentication Secret | &#10003; |
| Persistent Volume | &#10003; |
| Reconfigurable Health Checker | &#10003; |
| Backup (Instant, Scheduled) | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Using Prometheus Operator | &#10003; |
| Automated Version Update | &#10003; |
| Automatic Vertical Scaling, Volume Expansion | &#10003; |
| Automated Horizontal Scaling | &#10003; |
| Automated db-configure Reconfiguration | &#10003; |
| TLS configuration ([Cert Manager](https://cert-manager.io/docs/)) | &#10003; |
| Reconfiguration of TLS: Add, Remove, Update, Rotate | &#10003; |
| Autoscaling Compute and Storage Resources (vertically) | &#10003; |
| Grafana Dashboards | &#10003; |



## Life Cycle of a Redis Object
Expand Down

0 comments on commit d38d3d8

Please sign in to comment.