{
  "id": "internode-encryption",
  "title": "Enable internode encryption",
  "url": "https://redis.io/docs/latest/operate/kubernetes/7.8.4/security/internode-encryption/",
  "summary": "Enable encryption for communication between REC nodes in your K8s cluster.",
  "content": "\nInternode encryption provides added security by encrypting communication between nodes in your Redis Enterprise cluster (REC).\n\nEnable internode encryption in the `spec` section of your REC custom resource file.\n\n```yaml\nspec:\n    dataInternodeEncryption: true\n```\n\nThis change will apply to all databases created in the REC. You can override the cluster-wide setting for individual databases.\n\nEdit your Redis Enterprise database (REDB) custom resource file to disable internode encryption for only that database.\n\n```yaml\nspec: \n    dataInternodeEncryption: false\n```\n\nTo learn more about internode encryption, see [Internode encryption for Redis Enterprise Software]().\n",
  "tags": ["docs","operate","kubernetes"],
  "last_updated": "2026-04-08T12:21:52-07:00"
}

