This message was deleted.
# kubernetes
s
This message was deleted.
c
So far it worked. It did expose the problem with clashing URN. I was trying to adhere to the naming convention others used with plain yaml and as a result found that naming with metadata is where problems come into play for this. I have to refactor to rely less on fixed naked which I prefer anyway, just gets more complex.
I think this extra complexity will solve helping prepare for blue green though, at least that's my guess.
q
Rather than have your Pulumi program reach out and deploy to all clusters, you could install the Pulumi Operator on each cluster and have it pull down a repo and deploy your stack that way. It's the more GitOps approach
c
Would it take the same exact Go Pulumi plan? How much of a shift is it from agent driven to operator? Not opposed to this but not certain about it yet. I'll reread docs soon on this more as I had looked on the past but it seemed a big shift from the approach I was taking.
Added follow-up related to unique URN's and using random here: https://github.com/pulumi/pulumi-random Thanks!