Redis – Kubernetes headless service endpoint problem
We have a stateful redis deployment on multi node Kubernetes cluster. (v1.27.15) There are two services named "redis" and "redis-headless" There are 3 nodes in the cluster. When we shutdown one of the nodes, redis on that node becomes terminating:…