|
|
|
|
|
by raesene9
2221 days ago
|
|
From what I've seen reviewing k8s clusters some of the items in your "sensible measures" list aren't considered easy to manage and deploy. In particular good RBAC design, that doesn't end up leaking information across namespaces, PSPs that are flexible enough for developers but strict enough to prevent privesc and strong network policies present challenges. For those, less mature, organizations, a solution like this might present an easier option. |
|
From my experience with companies that haven't done their organizational or engineering homework: half-assedly deploying Kubernetes ends generally ends up being an unmaintainable disaster.
One of the high-return-value aspects of k8s is having little clusters available to multiple tenants. Without this in place k8s really stops making, being too complex for its actual usecase - so you might be much better of using something simple like Nomad.