You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/kubernetes/logs/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ linkTitle: Logs
11
11
weight: 60
12
12
---
13
13
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.
15
15
16
-
## 🆕 Log collection and access
16
+
## Log collection and access
17
17
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:
19
19
20
20
-[Collect logs]({{< relref "/operate/kubernetes/logs/collect-logs" >}}) - Methods for collecting logs from Redis Enterprise pods and containers
21
21
22
-
## 🆕 Log storage and access
22
+
## Log storage and access
23
23
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.
25
25
26
26
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:
Copy file name to clipboardExpand all lines: content/operate/kubernetes/networking/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,19 @@ linkTitle: Networking
11
11
weight: 40
12
12
---
13
13
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.
15
15
16
-
## 🆕 External routing methods
16
+
## External routing methods
17
17
18
-
🆕 Choose the appropriate method for your environment to enable external access:
18
+
Choose the appropriate method for your environment to enable external access:
19
19
20
20
-[Ingress routing]({{< relref "/operate/kubernetes/networking/ingress" >}}) - Use NGINX or HAProxy ingress controllers with `ingress` API resources
21
21
-[Istio ingress routing]({{< relref "/operate/kubernetes/networking/istio-ingress" >}}) - Use Istio service mesh with `Gateway` and `VirtualService` API resources
22
22
-[OpenShift routes]({{< relref "/operate/kubernetes/networking/routes" >}}) - Use OpenShift-specific route resources for external traffic
23
23
24
-
## 🆕 Automatic ingress configuration
24
+
## Automatic ingress configuration
25
25
26
-
🆕 For Active-Active databases, configure automatic ingress creation:
26
+
For Active-Active databases, configure automatic ingress creation:
27
27
28
28
-[REC external routing]({{< relref "/operate/kubernetes/networking/ingressorroutespec" >}}) - Use `ingressOrRouteSpec` field in RedisEnterpriseCluster (REC) for automatic ingress creation
🆕 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.
15
15
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).
17
17
18
-
## 🆕 Cluster management
18
+
## Cluster management
19
19
20
-
🆕 Manage your Redis Enterprise cluster lifecycle and configuration:
20
+
Manage your Redis Enterprise cluster lifecycle and configuration:
21
21
22
22
-[Connect to admin console]({{< relref "/operate/kubernetes/re-clusters/connect-to-admin-console" >}}) - Access the Redis Enterprise web UI for cluster management
-[Connect to Prometheus operator]({{< relref "/operate/kubernetes/re-clusters/connect-prometheus-operator" >}}) - Integrate with Prometheus for metrics collection and monitoring
38
38
39
-
## 🆕 Recovery and troubleshooting
39
+
## Recovery and troubleshooting
40
40
41
-
🆕 Handle cluster recovery and troubleshooting scenarios:
41
+
Handle cluster recovery and troubleshooting scenarios:
42
42
43
43
-[Cluster recovery]({{< relref "/operate/kubernetes/re-clusters/cluster-recovery" >}}) - Recover from cluster failures and restore operations
44
44
45
-
## 🆕 Related topics
45
+
## Related topics
46
46
47
47
-[Redis Enterprise databases (REDB)]({{< relref "/operate/kubernetes/re-databases" >}}) - Create and manage databases on your cluster
48
48
-[Security]({{< relref "/operate/kubernetes/security" >}}) - Configure security settings for your cluster
🆕 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.
15
15
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.
17
17
18
-
## 🆕 Database management
18
+
## Database management
19
19
20
-
🆕 Create and manage Redis Enterprise databases on your cluster:
20
+
Create and manage Redis Enterprise databases on your cluster:
21
21
22
22
-[Database controller]({{< relref "/operate/kubernetes/re-databases/db-controller" >}}) - Understand how the database controller manages REDB resources and database lifecycle
23
23
24
-
## 🆕 Replication and high availability
24
+
## Replication and high availability
25
25
26
-
🆕 Set up database replication for high availability and disaster recovery:
26
+
Set up database replication for high availability and disaster recovery:
27
27
28
28
-[Create replica databases]({{< relref "/operate/kubernetes/re-databases/replica-redb" >}}) - Configure replica databases for read scaling and disaster recovery scenarios
29
29
30
-
## 🆕 Advanced database configurations
30
+
## Advanced database configurations
31
31
32
-
🆕 Explore advanced database features and configurations:
32
+
Explore advanced database features and configurations:
33
33
34
34
-[Active-Active databases]({{< relref "/operate/kubernetes/active-active" >}}) - Set up globally distributed Active-Active databases across multiple Kubernetes clusters
35
35
36
-
## 🆕 Database connectivity
36
+
## Database connectivity
37
37
38
-
🆕 Connect applications to your Redis Enterprise databases:
38
+
Connect applications to your Redis Enterprise databases:
39
39
40
40
-[Networking]({{< relref "/operate/kubernetes/networking" >}}) - Configure ingress, routes, and service exposure for database access
41
41
-[Security]({{< relref "/operate/kubernetes/security" >}}) - Set up TLS, authentication, and access control for secure database connections
42
42
43
-
## 🆕 Monitoring and troubleshooting
43
+
## Monitoring and troubleshooting
44
44
45
-
🆕 Monitor database performance and troubleshoot issues:
45
+
Monitor database performance and troubleshoot issues:
46
46
47
47
-[Logs]({{< relref "/operate/kubernetes/logs" >}}) - Collect and analyze database logs for troubleshooting
48
48
-[Connect to Prometheus operator]({{< relref "/operate/kubernetes/re-clusters/connect-prometheus-operator" >}}) - Monitor database metrics with Prometheus
Copy file name to clipboardExpand all lines: content/operate/kubernetes/recommendations/_index.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,23 @@ linkTitle: Recommendations
11
11
weight: 80
12
12
---
13
13
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.
15
15
16
-
## 🆕 Infrastructure recommendations
16
+
## Infrastructure recommendations
17
17
18
-
🆕 Configure your Kubernetes infrastructure for optimal Redis Enterprise performance:
18
+
Configure your Kubernetes infrastructure for optimal Redis Enterprise performance:
Copy file name to clipboardExpand all lines: content/operate/kubernetes/security/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,25 @@ linkTitle: Security
11
11
weight: 50
12
12
---
13
13
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.
15
15
16
-
## 🆕 Credentials and authentication
16
+
## Credentials and authentication
17
17
18
-
🆕 Manage cluster credentials and authentication settings:
18
+
Manage cluster credentials and authentication settings:
-[Add client certificates]({{< relref "/operate/kubernetes/security/add-client-certificates" >}}) - Set up client certificate authentication for databases
Copy file name to clipboardExpand all lines: content/operate/kubernetes/upgrade/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,20 @@ linkTitle: Upgrade
11
11
weight: 15
12
12
---
13
13
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).
15
15
16
-
## 🆕 Upgrade methods
16
+
## Upgrade methods
17
17
18
-
🆕 Choose the appropriate upgrade method for your deployment:
18
+
Choose the appropriate upgrade method for your deployment:
19
19
20
20
-[Upgrade Redis Enterprise for Kubernetes]({{<relref "/operate/kubernetes/upgrade/upgrade-redis-cluster" >}}) - Standard upgrade process for most Kubernetes distributions
21
21
-[Upgrade with OpenShift CLI]({{<relref "/operate/kubernetes/upgrade/openshift-cli">}}) - OpenShift-specific upgrade using CLI tools
22
22
-[Upgrade with OpenShift OperatorHub]({{<relref "/operate/kubernetes/upgrade/upgrade-olm">}}) - Upgrade using OpenShift OperatorHub and OLM
23
23
-[Upgrade with Helm]({{<relref "/operate/kubernetes/deployment/helm#upgrade-the-chart">}}) - Helm-specific upgrade instructions for chart-based deployments
24
24
25
-
## 🆕 Upgrade process
25
+
## Upgrade process
26
26
27
-
🆕 The upgrade process includes updating three components in order:
27
+
The upgrade process includes updating three components in order:
28
28
29
29
1.**Upgrade the Redis Enterprise operator** - Update the operator to the latest version
30
30
2.**Upgrade the Redis Enterprise cluster (REC)** - Update cluster nodes and infrastructure
0 commit comments