orange-nest-24035
08/06/2023, 3:12 PMimport redis
r = redis.StrictRedis(host='redis-master.redis.svc.cluster.local', port=6379, db=0, password='XXX')
r.set('key1', '123')
redis.exceptions.ConnectionError: Error -3 connecting to redis-master.redis.svc.cluster.local:6379. Temporary failure in name resolution.
Note: The other steps from the attached image works