0

I want to install a spinnaker without redis! Is it possible? I will be using GCS for persistent storage. I have managed to set up Orca,Front50, Clouddriver to use SQl as described here , here and here .

If all these microservices are using SQL as backend, why Redis is being installed automatically? Is there any way to get rid of it?

dkakoti
  • 632
  • 9
  • 26

1 Answers1

1

Redis is used as persistent cache across multiple services. It is a hard dependency.

try externalising your redis or use an internal redis as the helm chart deployment does.

Camilo Santana
  • 334
  • 2
  • 7