From 39e32066cb8e1ade409383e7f59d12e0e2fd39b3 Mon Sep 17 00:00:00 2001 From: Muhammad Raisul Islam Evan Date: Tue, 19 Nov 2024 14:40:48 +0600 Subject: [PATCH] Fix readme.md and index Signed-off-by: Muhammad Raisul Islam Evan --- docs/guides/memcached/README.md | 46 ++++++++++++------------ docs/guides/memcached/restart/_index.md | 2 +- docs/guides/memcached/restart/restart.md | 2 +- docs/guides/memcached/tls/tls.md | 2 +- 4 files changed, 25 insertions(+), 27 deletions(-) diff --git a/docs/guides/memcached/README.md b/docs/guides/memcached/README.md index 3c8e416161..b3cc894775 100644 --- a/docs/guides/memcached/README.md +++ b/docs/guides/memcached/README.md @@ -15,32 +15,30 @@ aliases: > New to KubeDB? Please start [here](/docs/README.md). +## Overview +Memcached is an in-memory key-value store that allows for high-performance, low-latency data caching. It is often used to speed up dynamic web applications by offloading frequent, computationally expensive database queries and storing data that needs to be retrieved fast. Memcached is frequently used in contexts where the rapid retrieval of tiny data items, such as session data, query results, and user profiles, is critical for increasing application performance. It is especially well-suited for use cases requiring scalability, distributed caching, and high throughput, making it a popular choice for powering online and mobile apps, particularly in high-concurrency environments. Memcached is a simple, extremely efficient caching layer that minimizes stress on backend systems and improves performance for applications that require real-time data. + ## Supported Memcached Features -| Features | Availability | -| ------------------------------------ | :----------: | -| Clustering | ✗ | -| Persistent Volume | ✗ | -| Instant Backup | ✗ | -| Scheduled Backup | ✗ | -| Initialize using Snapshot | ✗ | -| Initialize using Script | ✗ | -| Multiple Memcached Versions | ✓ | -| Custom Configuration | ✓ | -| Externally manageable Auth Secret | ✗ | -| Reconfigurable Health Checker | ✓ | -| Using Custom docker image | ✓ | -| Builtin Prometheus Discovery | ✓ | -| Using Prometheus operator | ✓ | -| Automated Version Update | ✓ | -| Automated Vertical Scaling | ✓ | -| Automated Horizontal Scaling | ✓ | -| Automated db-configure Reconfiguration | ✓ | -| TLS: Add, Remove, Update, Rotate ( Cert Manager ) |✗| -| Automated Volume Expansion | ✗ | -| Autoscaling (Vertically) | ✓ | -| Grafana Dashboard | ✓ | -| Alert Dashboard | ✗ | +| Features | Availability | +| ----------------------------------------------------- | :----------: | +| Multiple Memcached Versions | ✓ | +| Custom Configuration | ✓ | +| Externally manageable Auth Secret | ✓ | +| Reconfigurable Health Checker | ✓ | +| Using Custom docker image | ✓ | +| Builtin Prometheus Discovery | ✓ | +| Using Prometheus operator | ✓ | +| Automated Version Update | ✓ | +| Automated Vertical Scaling | ✓ | +| Automated Horizontal Scaling | ✓ | +| Automated db-configure Reconfiguration | ✓ | +| Authentication & Authorization | ✓ | +| TLS: Add, Remove, Update, Rotate ( Cert Manager ) | ✓ | +| Autoscaling (Vertically) | ✓ | +| Monitoring using Prometheus and Grafana | ✓ | +| Monitoring Grafana Dashboard | ✓ | +| Alert Grafana Dashboard | ✓ | diff --git a/docs/guides/memcached/restart/_index.md b/docs/guides/memcached/restart/_index.md index dbed8c5e55..2c6c316493 100644 --- a/docs/guides/memcached/restart/_index.md +++ b/docs/guides/memcached/restart/_index.md @@ -2,7 +2,7 @@ title: Restart Memcached menu: docs_{{ .version }}: - identifier: mc-restart + identifier: restart name: Restart parent: mc-memcached-guides weight: 46 diff --git a/docs/guides/memcached/restart/restart.md b/docs/guides/memcached/restart/restart.md index 99d715660a..3a9a448883 100644 --- a/docs/guides/memcached/restart/restart.md +++ b/docs/guides/memcached/restart/restart.md @@ -4,7 +4,7 @@ menu: docs_{{ .version }}: identifier: mc-restart name: Restart - parent: mc-restart + parent: restart weight: 10 menu_name: docs_{{ .version }} section_menu_id: guides diff --git a/docs/guides/memcached/tls/tls.md b/docs/guides/memcached/tls/tls.md index 33261984f3..8a47c84576 100644 --- a/docs/guides/memcached/tls/tls.md +++ b/docs/guides/memcached/tls/tls.md @@ -3,7 +3,7 @@ title: Memcached TLS/SSL Encryption menu: docs_{{ .version }}: identifier: mc-tls - name: TLS + name: TLS/SSL parent: tls weight: 20 menu_name: docs_{{ .version }}