启用节点间加密

为 K8s 集群中的 REC 节点之间的通信启用加密。

适用于 Kubernetes 的 Redis Enterprise

节点间加密通过加密 Redis Enterprise 集群 (REC) 中节点之间的通信来提供额外的安全性。

spec部分。

spec:
    dataInternodeEncryption: true

This change will apply to all databases created in the REC. You can override the cluster-wide setting for individual databases.

Edit your Redis Enterprise database (REDB) custom resource file to disable internode encryption for only that database.

spec: 
    dataInternodeEncryption: false

To learn more about internode encryption, see Internode encryption for Redis Enterprise Software.

RATE THIS PAGE
Back to top ↑