6 ms·
>They could just have operators translate the configs automatically on the fly How do they test that across the infinite number of permutations of configuratio
by Rantenki 3y ago
>They could just have operators translate the configs automatically on the fly
How do they test that across the infinite number of permutations of configurations and deployments of K8S in the field though? It'll work for some people on the happy path, but it's really hard to maintain over time. Worse, it'll break randomly at some point in the future that is hard to predict, instead of at some publicly announced point in time where the breaking change is deployed (how it happened this time).
- wouldbecouldbe 3y agoI don't know any software library that introduces breaking changes as often as kubernetes does. Devops used to be leaning more to stability then devs, it's weird. Kubernetes devops are very expensive so I guess they love being able to spend more time on their tool
- justinclift 3y agoThis is sounding like OpenStack all over again. ;)