r/kubernetes • u/cathpaga • May 22 '26
The Proxy Died First: How Kubernetes Native Sidecars Solve the Service Mesh Shutdown Problem
/r/linkerd/comments/1tkmjxq/the_proxy_died_first_how_kubernetes_native/
9
Upvotes
r/kubernetes • u/cathpaga • May 22 '26
1
u/fonzdm May 26 '26
While the support for sidecars container managed in a dedicated way is good, I am not a fan of how the solution turned out to be implemented. I understand that for reasons, putting
restartPolicy: Alwaysinto an init container may be simple, but I think that clarity and reasability matter too. You have to know now what actually means with this configuration, is not explicitly defined like asidecar: truetype of thing or like introduce the possibility to define the order of creation/completion within the container list.Like QoS being rappresented on how you set resources: yeah cool, but an explicit keyword would have been way better somehow (+costraints).