Using Blue green deploy for components which are NOT API server (in kubernetes)

31 Views Asked by At

Need to know how can I implement Blue-Green deployments in kubernetes deployment which are just a worker process i.e. it is not behind service and ingress instead using the redis/kafka to fetch the jobs to be processed.

just want to know if there is any straightforward way in argoCD or not. I know there are difficult ways to achieve it but want some straight-forward solution.

0

There are 0 best solutions below