|
|
|
|
|
by ownagefool
2638 days ago
|
|
I might be misunderstanding something here bit is helm really atmoic? Sure, it'll manage sets, but will it really flip versions in an atmoic way and does this really matter when it's doing 3 rolling upgrades, without anything to manage which traffic goes where? It's possible it does more than I think it does, but I'm also wondering if atomic is the right word here? |
|
No, the underlying Kubernetes API doesn't have multi-document transactions. What you're getting is closer to best-effort eventual consistency.