Author: Daniel Smith (Google)
Server-side apply (SSA) has now been GA for a few releases, and I have found myself in a number of conversations, recommending that people / teams in various situations use it.So I’d like to write down some of those reasons.
Obvious (and not-so-obvious) benefits of SSA
A list of improvements / niceties you get from switching from various things to Server-side apply!
- Versus client-side-apply (that is, plain
kubectl apply
):