Determining the FQDN of a Redis Enterprise cluster deployed in Kubernetes

Last updated 18, Apr 2024

Question

What is the FQDN of a Redis Enterprise cluster deployed in Kubernetes?

Answer

For licensing purposes, the FQDN of a Redis Enterprise cluster (REC) needs to be determined. In Kubernetes, the REC's FQDN is the fully qualified name of the REC API service and is, therefore, in this format:

<REC name>.<namespace>.svc.cluster.local

For example, if a REC is named my-rec and is deployed in the namespace my-ns, the FQDN will be my-rec.my-ns.svc.cluster.local.

References

Deploy Redis Enterprise Software for Kubernetes