▲ | stego-tech 2 days ago | ||||||||||||||||||||||||||||||||||
My beef with K8s (and to be clear, it’s the leanest cut of beef from the deli - so not much substance to it) is that unless you pay someone else to manage the Control Plane for you, you’re not only going to need to upskill your workers on K8s itself but also administering the components of the Control Plane, like HA, etcd, storage, network plane, etc. Compared to standing up literally any Linux distro and KVM, K8s remains an overly complex PITA to get off the ground and integrated into an org on the cheap/free. In that area, it handily loses to even Microsoft Hyper-V in the “just get us going” category of business adoption/velocity. I’d really, really like to see K8s more streamlined for initial deployment than it is. It’s getting better, but I generally still have to grudgingly recommend a premium, managed control plane for any serious deployment. | |||||||||||||||||||||||||||||||||||
▲ | imglorp 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
For small on-prem shops that don't really want to learn about running k8s, and have under a few dozen nodes, there are definitely slim options, like Talos is basically boot to k8s, and for single app level, there's things like multi-node k0s. Tech like this means you can reduce the control plane labor and focus on the workload. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | johnsmith1840 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
Perhaps I'm ignorant but why would you NOT have someone else manage the control plane? It's relatively easy to switch providers and there tons of options. It's also pretty cheap. I havn't looked about but I'd be suprised if there wasn't also a large number of companies providing on prem control plane support. | |||||||||||||||||||||||||||||||||||
▲ | 63stack 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
Word for word my experience with operating k8s. | |||||||||||||||||||||||||||||||||||
|