Skip to content

Commit 27a6eca

Browse files
cleanup
1 parent f6118a5 commit 27a6eca

File tree

7 files changed

+53
-55
lines changed

7 files changed

+53
-55
lines changed

content/operate/kubernetes/logs/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ linkTitle: Logs
1111
weight: 60
1212
---
1313

14-
🆕 Access and manage Redis Enterprise logs on Kubernetes for monitoring, troubleshooting, and debugging your Redis Enterprise deployment. Logs provide valuable insights into cluster operations, database performance, and system health.
14+
Access and manage Redis Enterprise logs on Kubernetes for monitoring, troubleshooting, and debugging your Redis Enterprise deployment. Logs provide valuable insights into cluster operations, database performance, and system health.
1515

16-
## 🆕 Log collection and access
16+
## Log collection and access
1717

18-
🆕 Learn how to collect and access logs from your Redis Enterprise deployment:
18+
Learn how to collect and access logs from your Redis Enterprise deployment:
1919

2020
- [Collect logs]({{< relref "/operate/kubernetes/logs/collect-logs" >}}) - Methods for collecting logs from Redis Enterprise pods and containers
2121

22-
## 🆕 Log storage and access
22+
## Log storage and access
2323

24-
🆕 Each Redis Enterprise container stores its logs under `/var/opt/redislabs/log`. When using persistent storage, this path is automatically mounted to the `redis-enterprise-storage` volume, making logs accessible through sidecar containers or external log collection tools.
24+
Each Redis Enterprise container stores its logs under `/var/opt/redislabs/log`. When using persistent storage, this path is automatically mounted to the `redis-enterprise-storage` volume, making logs accessible through sidecar containers or external log collection tools.
2525

2626
For example, in the REC (Redis Enterprise Cluster) spec you can add a sidecar container, such as a busybox, and mount the logs to there:
2727

content/operate/kubernetes/networking/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ linkTitle: Networking
1111
weight: 40
1212
---
1313

14-
🆕 Configure networking and external access for your Redis Enterprise deployment on Kubernetes. By default, Kubernetes doesn't allow external access to your Redis databases. Redis Enterprise for Kubernetes provides several methods to route external traffic to your clusters and databases.
14+
Configure networking and external access for your Redis Enterprise deployment on Kubernetes. By default, Kubernetes doesn't allow external access to your Redis databases. Redis Enterprise for Kubernetes provides several methods to route external traffic to your clusters and databases.
1515

16-
## 🆕 External routing methods
16+
## External routing methods
1717

18-
🆕 Choose the appropriate method for your environment to enable external access:
18+
Choose the appropriate method for your environment to enable external access:
1919

2020
- [Ingress routing]({{< relref "/operate/kubernetes/networking/ingress" >}}) - Use NGINX or HAProxy ingress controllers with `ingress` API resources
2121
- [Istio ingress routing]({{< relref "/operate/kubernetes/networking/istio-ingress" >}}) - Use Istio service mesh with `Gateway` and `VirtualService` API resources
2222
- [OpenShift routes]({{< relref "/operate/kubernetes/networking/routes" >}}) - Use OpenShift-specific route resources for external traffic
2323

24-
## 🆕 Automatic ingress configuration
24+
## Automatic ingress configuration
2525

26-
🆕 For Active-Active databases, configure automatic ingress creation:
26+
For Active-Active databases, configure automatic ingress creation:
2727

2828
- [REC external routing]({{< relref "/operate/kubernetes/networking/ingressorroutespec" >}}) - Use `ingressOrRouteSpec` field in RedisEnterpriseCluster (REC) for automatic ingress creation
2929

content/operate/kubernetes/re-clusters/_index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,38 @@ linkTitle: Redis Enterprise clusters (REC)
1111
weight: 30
1212
---
1313

14-
🆕 A Redis Enterprise cluster (REC) is a custom Kubernetes resource that represents a Redis Enterprise cluster deployment. The Redis Enterprise operator manages the lifecycle of REC resources, including deployment, scaling, upgrades, and recovery operations.
14+
A Redis Enterprise cluster (REC) is a custom Kubernetes resource that represents a Redis Enterprise cluster deployment. The Redis Enterprise operator manages the lifecycle of REC resources, including deployment, scaling, upgrades, and recovery operations.
1515

16-
🆕 REC resources define the cluster configuration, including node specifications, storage requirements, security settings, and networking configuration. After you deploy the cluster, it provides a foundation for creating and managing Redis Enterprise databases (REDB).
16+
REC resources define the cluster configuration, including node specifications, storage requirements, security settings, and networking configuration. After you deploy the cluster, it provides a foundation for creating and managing Redis Enterprise databases (REDB).
1717

18-
## 🆕 Cluster management
18+
## Cluster management
1919

20-
🆕 Manage your Redis Enterprise cluster lifecycle and configuration:
20+
Manage your Redis Enterprise cluster lifecycle and configuration:
2121

2222
- [Connect to admin console]({{< relref "/operate/kubernetes/re-clusters/connect-to-admin-console" >}}) - Access the Redis Enterprise web UI for cluster management
2323
- [Multi-namespace deployment]({{< relref "/operate/kubernetes/re-clusters/multi-namespace" >}}) - Deploy clusters across multiple Kubernetes namespaces
2424
- [Delete custom resources]({{< relref "/operate/kubernetes/re-clusters/delete-custom-resources" >}}) - Safely remove REC and related resources
2525

26-
## 🆕 Storage and performance
26+
## Storage and performance
2727

28-
🆕 Optimize storage and performance for your Redis Enterprise cluster:
28+
Optimize storage and performance for your Redis Enterprise cluster:
2929

3030
- [Auto Tiering]({{< relref "/operate/kubernetes/re-clusters/auto-tiering" >}}) - Configure automatic data tiering between RAM and flash storage
3131
- [Expand PVC]({{< relref "/operate/kubernetes/re-clusters/expand-pvc" >}}) - Expand persistent volume claims for additional storage
3232

33-
## 🆕 Monitoring and observability
33+
## Monitoring and observability
3434

35-
🆕 Monitor cluster health and performance:
35+
Monitor cluster health and performance:
3636

3737
- [Connect to Prometheus operator]({{< relref "/operate/kubernetes/re-clusters/connect-prometheus-operator" >}}) - Integrate with Prometheus for metrics collection and monitoring
3838

39-
## 🆕 Recovery and troubleshooting
39+
## Recovery and troubleshooting
4040

41-
🆕 Handle cluster recovery and troubleshooting scenarios:
41+
Handle cluster recovery and troubleshooting scenarios:
4242

4343
- [Cluster recovery]({{< relref "/operate/kubernetes/re-clusters/cluster-recovery" >}}) - Recover from cluster failures and restore operations
4444

45-
## 🆕 Related topics
45+
## Related topics
4646

4747
- [Redis Enterprise databases (REDB)]({{< relref "/operate/kubernetes/re-databases" >}}) - Create and manage databases on your cluster
4848
- [Security]({{< relref "/operate/kubernetes/security" >}}) - Configure security settings for your cluster

content/operate/kubernetes/re-databases/_index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,43 @@ linkTitle: Redis Enterprise databases (REDB)
1111
weight: 31
1212
---
1313

14-
🆕 A Redis Enterprise database (REDB) is a custom Kubernetes resource that represents a Redis database running on a Redis Enterprise cluster. The Redis Enterprise operator manages REDB resources and handles database creation, configuration, scaling, and lifecycle operations.
14+
A Redis Enterprise database (REDB) is a custom Kubernetes resource that represents a Redis database running on a Redis Enterprise cluster. The Redis Enterprise operator manages REDB resources and handles database creation, configuration, scaling, and lifecycle operations.
1515

16-
🆕 REDB resources define database specifications including memory limits, persistence settings, security configurations, networking options, and Redis modules. You can deploy databases on existing Redis Enterprise clusters (REC) and manage them by using standard Kubernetes tools and workflows.
16+
REDB resources define database specifications including memory limits, persistence settings, security configurations, networking options, and Redis modules. You can deploy databases on existing Redis Enterprise clusters (REC) and manage them by using standard Kubernetes tools and workflows.
1717

18-
## 🆕 Database management
18+
## Database management
1919

20-
🆕 Create and manage Redis Enterprise databases on your cluster:
20+
Create and manage Redis Enterprise databases on your cluster:
2121

2222
- [Database controller]({{< relref "/operate/kubernetes/re-databases/db-controller" >}}) - Understand how the database controller manages REDB resources and database lifecycle
2323

24-
## 🆕 Replication and high availability
24+
## Replication and high availability
2525

26-
🆕 Set up database replication for high availability and disaster recovery:
26+
Set up database replication for high availability and disaster recovery:
2727

2828
- [Create replica databases]({{< relref "/operate/kubernetes/re-databases/replica-redb" >}}) - Configure replica databases for read scaling and disaster recovery scenarios
2929

30-
## 🆕 Advanced database configurations
30+
## Advanced database configurations
3131

32-
🆕 Explore advanced database features and configurations:
32+
Explore advanced database features and configurations:
3333

3434
- [Active-Active databases]({{< relref "/operate/kubernetes/active-active" >}}) - Set up globally distributed Active-Active databases across multiple Kubernetes clusters
3535

36-
## 🆕 Database connectivity
36+
## Database connectivity
3737

38-
🆕 Connect applications to your Redis Enterprise databases:
38+
Connect applications to your Redis Enterprise databases:
3939

4040
- [Networking]({{< relref "/operate/kubernetes/networking" >}}) - Configure ingress, routes, and service exposure for database access
4141
- [Security]({{< relref "/operate/kubernetes/security" >}}) - Set up TLS, authentication, and access control for secure database connections
4242

43-
## 🆕 Monitoring and troubleshooting
43+
## Monitoring and troubleshooting
4444

45-
🆕 Monitor database performance and troubleshoot issues:
45+
Monitor database performance and troubleshoot issues:
4646

4747
- [Logs]({{< relref "/operate/kubernetes/logs" >}}) - Collect and analyze database logs for troubleshooting
4848
- [Connect to Prometheus operator]({{< relref "/operate/kubernetes/re-clusters/connect-prometheus-operator" >}}) - Monitor database metrics with Prometheus
4949

50-
## 🆕 Related topics
50+
## Related topics
5151

5252
- [Redis Enterprise clusters (REC)]({{< relref "/operate/kubernetes/re-clusters" >}}) - Manage the underlying cluster infrastructure
5353
- [REDB API reference]({{< relref "/operate/kubernetes/reference/redis_enterprise_database_api" >}}) - Complete API specification for REDB resources

content/operate/kubernetes/recommendations/_index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,23 @@ linkTitle: Recommendations
1111
weight: 80
1212
---
1313

14-
🆕 Follow these best practices and configuration recommendations to optimize your Redis Enterprise deployment on Kubernetes for performance, reliability, and scalability.
14+
Follow these best practices and configuration recommendations to optimize your Redis Enterprise deployment on Kubernetes for performance, reliability, and scalability.
1515

16-
## 🆕 Infrastructure recommendations
16+
## Infrastructure recommendations
1717

18-
🆕 Configure your Kubernetes infrastructure for optimal Redis Enterprise performance:
18+
Configure your Kubernetes infrastructure for optimal Redis Enterprise performance:
1919

2020
- [Node resources]({{< relref "/operate/kubernetes/recommendations/node-resources" >}}) - CPU, memory, and resource allocation recommendations
2121
- [Node selection]({{< relref "/operate/kubernetes/recommendations/node-selection" >}}) - Best practices for selecting and configuring Kubernetes nodes
2222
- [Persistent volumes]({{< relref "/operate/kubernetes/recommendations/persistent-volumes" >}}) - Storage configuration and persistent volume recommendations
2323

24-
## 🆕 Deployment recommendations
24+
## Deployment recommendations
2525

26-
🆕 Optimize your Redis Enterprise deployment configuration:
26+
Optimize your Redis Enterprise deployment configuration:
2727

2828
- [Sizing on Kubernetes]({{< relref "/operate/kubernetes/recommendations/sizing-on-kubernetes" >}}) - Guidelines for sizing clusters and databases
2929
- [Pod stability]({{< relref "/operate/kubernetes/recommendations/pod-stability" >}}) - Ensure stable pod operations and prevent disruptions
3030

31-
## 🆕 Performance optimization
32-
33-
🆕 Configure your deployment for optimal performance and reliability based on your workload requirements and infrastructure capabilities.
34-
31+
## Performance optimization
3532

33+
Configure your deployment for optimal performance and reliability based on your workload requirements and infrastructure capabilities.

content/operate/kubernetes/security/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ linkTitle: Security
1111
weight: 50
1212
---
1313

14-
🆕 Configure security settings for your Redis Enterprise deployment on Kubernetes. Redis Enterprise for Kubernetes provides comprehensive security features including TLS encryption, authentication, access control, and certificate management.
14+
Configure security settings for your Redis Enterprise deployment on Kubernetes. Redis Enterprise for Kubernetes provides comprehensive security features including TLS encryption, authentication, access control, and certificate management.
1515

16-
## 🆕 Credentials and authentication
16+
## Credentials and authentication
1717

18-
🆕 Manage cluster credentials and authentication settings:
18+
Manage cluster credentials and authentication settings:
1919

2020
- [Manage REC credentials]({{< relref "/operate/kubernetes/security/manage-rec-credentials" >}}) - Configure and manage Redis Enterprise cluster credentials
2121
- [LDAP authentication]({{< relref "/operate/kubernetes/security/ldap" >}}) - Integrate with LDAP for centralized authentication
2222

23-
## 🆕 Certificates and encryption
23+
## Certificates and encryption
2424

25-
🆕 Configure TLS certificates and encryption for secure communications:
25+
Configure TLS certificates and encryption for secure communications:
2626

2727
- [Manage REC certificates]({{< relref "/operate/kubernetes/security/manage-rec-certificates" >}}) - Configure cluster certificates for TLS encryption
2828
- [Add client certificates]({{< relref "/operate/kubernetes/security/add-client-certificates" >}}) - Set up client certificate authentication for databases
2929
- [Internode encryption]({{< relref "/operate/kubernetes/security/internode-encryption" >}}) - Enable encryption between cluster nodes
3030

31-
## 🆕 Resource management
31+
## Resource management
3232

33-
🆕 Configure security-related resource settings:
33+
Configure security-related resource settings:
3434

3535
- [Allow resource adjustment]({{< relref "/operate/kubernetes/security/allow-resource-adjustment" >}}) - Enable automatic adjustment of system resources for security compliance

content/operate/kubernetes/upgrade/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ linkTitle: Upgrade
1111
weight: 15
1212
---
1313

14-
🆕 Keep your Redis Enterprise deployment up to date with the latest features, security patches, and bug fixes. The upgrade process involves updating three main components in sequence: the Redis Enterprise operator, Redis Enterprise clusters (REC), and Redis Enterprise databases (REDB).
14+
Keep your Redis Enterprise deployment up to date with the latest features, security patches, and bug fixes. The upgrade process involves updating three main components in sequence: the Redis Enterprise operator, Redis Enterprise clusters (REC), and Redis Enterprise databases (REDB).
1515

16-
## 🆕 Upgrade methods
16+
## Upgrade methods
1717

18-
🆕 Choose the appropriate upgrade method for your deployment:
18+
Choose the appropriate upgrade method for your deployment:
1919

2020
- [Upgrade Redis Enterprise for Kubernetes]({{<relref "/operate/kubernetes/upgrade/upgrade-redis-cluster" >}}) - Standard upgrade process for most Kubernetes distributions
2121
- [Upgrade with OpenShift CLI]({{<relref "/operate/kubernetes/upgrade/openshift-cli">}}) - OpenShift-specific upgrade using CLI tools
2222
- [Upgrade with OpenShift OperatorHub]({{<relref "/operate/kubernetes/upgrade/upgrade-olm">}}) - Upgrade using OpenShift OperatorHub and OLM
2323
- [Upgrade with Helm]({{<relref "/operate/kubernetes/deployment/helm#upgrade-the-chart">}}) - Helm-specific upgrade instructions for chart-based deployments
2424

25-
## 🆕 Upgrade process
25+
## Upgrade process
2626

27-
🆕 The upgrade process includes updating three components in order:
27+
The upgrade process includes updating three components in order:
2828

2929
1. **Upgrade the Redis Enterprise operator** - Update the operator to the latest version
3030
2. **Upgrade the Redis Enterprise cluster (REC)** - Update cluster nodes and infrastructure

0 commit comments

Comments
 (0)