| ▲ | hedora 4 days ago | |||||||
This, and because of that, claiming your app "runs in kubernetes" is completely meaningless. Concretely: Take your app. With one button click, or apt-get install ??? on all your machines, configure k8s. Now, run your app. The idea that this could work has been laughable for any k8s production environment I've seen, which means you can't do things like write automated tests that inject failures into the etcd control plane, etc. (Yes, I know there are chaos-monkey things, but they can't simulate realistic failures like kernel panics or machine reboots, because that'd impact other tenants of the Kubernetes cluster, which, realistically, is probably single tenant, but I digress..) If your configuration is megabytes of impossible to understand YAML, and is also not portable to other environments, then what's the point? (I understand the point for vendors in the ecosystem: People pay them for things like CNI and CSI, which replace Linux's network + storage primitives with slower, more complicated stuff that has worse fault tolerance semantics. Again, I digress...) | ||||||||
| ▲ | philipallstar 2 days ago | parent [-] | |||||||
> If your configuration is megabytes of impossible to understand YAML, and is also not portable to other environments, then what's the point? If almost all your configuration is about getting Kubernetes set up, and not about your application setup inside Kubernetes, there probably isn't a point. But being able to use roughly the same config inside different Kubernetes is quite good. | ||||||||
| ||||||||