Certificates and encryption

Manage TLS certificates, client certificates, and internode encryption for Redis Software on Kubernetes.

Redis Enterprise for Kubernetes

Certificates and encryption use Kubernetes Secrets and cert-manager integration to provision, distribute, and rotate the TLS certificates that Redis Software relies on. The operator distributes referenced certificates across every cluster node.

How certificates work on Redis for Kubernetes

  • Cluster certificates live in Kubernetes Secrets that the RedisEnterpriseCluster spec references. The operator distributes them to every cluster node.
  • cert-manager can issue and rotate certificates automatically.
  • Client certificates live in a Secret that the database references for mutual TLS authentication.
  • Internode encryption is configured on the REC spec. The operator places the certificates on each node.

What's the same as Redis Software

The underlying certificate roles, requirements, and TLS behavior are unchanged. For concepts and reference details, see the existing Redis Software docs:

What's different on Kubernetes

  • You capture certificates in Kubernetes Secrets and reference them declaratively in the REC spec. The operator applies them to the cluster through the Redis Software REST API — the same way certificates are applied on Redis Software, cluster-wide rather than file-by-file on each node.
  • cert-manager can issue and rotate certificates automatically, replacing manual rotation steps.

In this section

RATE THIS PAGE
Back to top ↑