Talking to Daniel I realized that the sol1 has always been Single Cluster, not MC!
No biggie, seems like the best thing to do is to refactor the code into supporting Dev/Staging which are already in a single cluster (DEV).
Also, they are 1 pod each, so demonstratic proper traffic splitting seems less hypocritical (canary/prod have instead a 80/20 as of now).
- Possible complication: currently DEV/STAG are in two different namespaces. We might have to CHANGE that, if it doesnt work. In this case I need to rename staging to $PODNAME-staging in kustomize, which potentially will break other stuff. SIGH.
Talking to Daniel I realized that the sol1 has always been Single Cluster, not MC!
No biggie, seems like the best thing to do is to refactor the code into supporting Dev/Staging which are already in a single cluster (DEV).
Also, they are 1 pod each, so demonstratic proper traffic splitting seems less hypocritical (canary/prod have instead a 80/20 as of now).