diff --git a/docs/guides/memcached/README.md b/docs/guides/memcached/README.md index 3c8e41616..b3cc89477 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 dbed8c5e5..2c6c31649 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 99d715660..3a9a44888 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 33261984f..8a47c8457 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 }}