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/reference/_index.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ linkTitle: Reference
11
11
weight: 89
12
12
---
13
13
14
-
Reference documentation for Redis Enterprise custom resources, including API specifications and practical guides for creating, configuring, and managing Redis Enterprise deployments on Kubernetes.
14
+
This reference documentation covers Redis Enterprise custom resources, API specifications, and practical instructions for creating, configuring, and managing Redis Enterprise deployments on Kubernetes.
15
15
16
16
## Work with custom resources
17
17
18
-
Redis Enterprise for Kubernetes uses custom resources to manage clusters and databases. You can create, modify, and delete these resources using standard Kubernetes tools.
18
+
Redis Enterprise for Kubernetes uses custom resources to manage clusters and databases. Use standard Kubernetes tools to create, modify, and delete these resources.
19
19
20
20
### Create custom resources
21
21
22
-
Create custom resources using `kubectl apply` with YAML manifests:
22
+
Use `kubectl apply` with YAML manifests to create custom resources:
Copy file name to clipboardExpand all lines: content/operate/kubernetes/reference/api/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ hideListLinks: true
12
12
aliases:
13
13
---
14
14
15
-
The Redis Enterprise operator provides Kubernetes custom resource definitions (CRDs) that allow you to manage Redis Enterprise clusters and databases declaratively. This section contains the complete API reference for all operator resources.
15
+
The Redis Enterprise operator provides Kubernetes custom resource definitions (CRDs) that let you manage Redis Enterprise clusters and databases declaratively. This section contains the complete API reference for all operator resources.
16
16
17
17
## API versions and stability
18
18
@@ -34,7 +34,7 @@ The operator uses different API versions to indicate stability and feature matur
34
34
35
35
### Using kubectl
36
36
37
-
All resources can be managed using standard `kubectl` commands:
37
+
Manage all resources using standard `kubectl` commands:
Each release of Redis Enterprise for Kubernetes is thoroughly tested against a set of Kubernetes distributions. The table below lists Redis Enterprise for Kubernetes versions and the Kubernetes distributions they support.
13
+
We thoroughly test each release of Redis Enterprise for Kubernetes against a set of Kubernetes distributions. The table below lists Redis Enterprise for Kubernetes versions and the Kubernetes distributions they support.
14
14
15
15
{{<note>}}x86 is currently the only computer architecture supported by Redis Enterprise for Kubernetes. Support for ARM architecture is coming in future releases.{{</note>}}
Copy file name to clipboardExpand all lines: content/operate/kubernetes/reference/yaml/basic-deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ linkTitle: Basic deployment
10
10
weight: 10
11
11
---
12
12
13
-
This page provides complete YAML examples for a basic Redis Enterprise deployment on Kubernetes. These examples include all the essential components needed to deploy a Redis Enterprise cluster and create a database.
13
+
This page provides complete YAML examples for a basic Redis Enterprise deployment on Kubernetes. These examples include all the essential components you need to deploy a Redis Enterprise cluster and create a database.
14
14
15
15
For complete deployment instructions, see [Deploy on Kubernetes]({{< relref "/operate/kubernetes/deployment/quick-start" >}}).
Copy file name to clipboardExpand all lines: content/operate/kubernetes/reference/yaml/log-collector-rbac.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ weight: 50
12
12
13
13
This page provides YAML examples for configuring RBAC permissions for the Redis Enterprise log collector tool. The log collector requires different permission levels depending on the collection mode you choose.
14
14
15
-
For complete log collection instructions, see [Collect logs guide]({{< relref "/operate/kubernetes/logs/collect-logs" >}}).
15
+
For complete log collection instructions, see [Collect logs]({{< relref "/operate/kubernetes/logs/collect-logs" >}}).
16
16
17
17
## Prerequisites
18
18
19
-
-[Redis Enterprise operator]({{< relref "/operate/kubernetes/deployment" >}}) must be installed
19
+
-Install the [Redis Enterprise operator]({{< relref "/operate/kubernetes/deployment" >}})
20
20
- Appropriate permissions to create RBAC resources in target namespaces
21
21
- Understanding of your deployment model (single namespace, multi-namespace, etc.)
Copy file name to clipboardExpand all lines: content/operate/kubernetes/reference/yaml/multi-namespace.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ linkTitle: Multi-namespace
10
10
weight: 40
11
11
---
12
12
13
-
Multi-namespace deployment allows a single Redis Enterprise operator to manage clusters and databases in different namespaces, providing better resource isolation and organization.
13
+
Multi-namespace deployment lets a single Redis Enterprise operator manage clusters and databases in different namespaces, providing better resource isolation and organization.
14
14
15
15
Multi-namespace deployment enables:
16
16
- Namespace isolation: Separate Redis Enterprise resources by team, environment, or application
@@ -26,13 +26,13 @@ For complete deployment instructions, see [Manage databases in multiple namespac
26
26
27
27
## Operator service account
28
28
29
-
These resources are deployed in the namespace where the Redis Enterprise operator runs.
29
+
Deploy these resources in the namespace where the Redis Enterprise operator runs.
0 commit comments