Skip to content

K8s: x86 vs ARM note #1501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 30

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.

{{<note>}}Each platform is tested with its default configuration, including storage, network, security, and container runtime components.”{{</note>}}
{{<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 link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

x86 generally refers to 32-bit Intel. I doubt anybody deploys 32-bit OSes these days (maybe they do?). Consider writing this as follows. If 32-bit is still supported, I'd use both: x86, both 32- and 64-bit.

Suggested change
{{<note>}}x86 is currently the only computer architecture supported by Redis Enterprise for Kubernetes. Support for ARM architecture is coming in future releases.{{</note>}}
{{<note>}}x86-64 is currently the only computer architecture supported by Redis Enterprise for Kubernetes. Support for ARM architecture is coming in future releases.{{</note>}}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I honestly don't know if we support both 32 and 64-bit. @amiramm did you want us to make this distinction in the docs?


<span title="Check mark icon">&#x2705;</span> Supported – This distribution is supported for this version of Redis Enterprise Software for Kubernetes.

Expand All @@ -22,6 +22,8 @@ Each release of Redis Enterprise for Kubernetes is thoroughly tested against a s

Any distribution not listed below is not supported for production workloads.

{{<note>}}Each platform is tested with its default configuration, including storage, network, security, and container runtime components.{{</note>}}

## Community Kubernetes

For details on this platform, see the Kubernetes [documentation](https://kubernetes.io/docs/home/supported-doc-versions/).
Expand Down