Kubernetes how to use Redis host and port in microservices without using environment variables

5/3/2018

After installing Redis using Helm chart, how do I use Hedis in our microservices using DNS?

I tried using environmental variables. But I have no idea how to do using DNS, because it expects host and port.

-- hemaamahad
dns
kubernetes
kubernetes-helm
redis

0 Answers