Kubernetes is a reconciliation engine: controllers observe the difference between what is declared and what exists, and act to close it. Once a team internalises that, the interesting question becomes what else can be expressed as a resource and reconciled — and that is precisely the direction Dutch engineering organisations have taken it.
Here Kubernetes is rarely a single cluster with a few applications on it. It is a fleet: clusters per environment, per region and sometimes per business unit, themselves declared as resources and created by a management cluster, with applications delivered onto them from Git rather than by a pipeline pushing manifests. Cloud infrastructure outside the cluster is increasingly declared through the same control plane, so a database or a bucket becomes a resource a product team requests through a template rather than a ticket.
Around that sits a control layer the local regulatory climate makes unavoidable. Mutual TLS between services rather than implicit trust inside a network, admission-time verification that an image was signed and its provenance is known, policy engines refusing configurations that would breach a rule, and evidence produced continuously instead of assembled before an audit. Kubernetes ends up being the place where platform ambition and compliance obligation meet, which is why the operational depth expected of engineers here is unusually high.
Why this skill matters now
Dutch organisations adopted containers early enough that the current problems are second-generation. Very few teams need to be convinced to use Kubernetes; many are managing more clusters than they intended, created by different teams at different times, with configuration that has quietly diverged.
That makes fleet management the live skill. Creating clusters declaratively, upgrading them on a predictable cadence, keeping their configuration identical where it should be identical, and decommissioning them without archaeology.
Regulation pushes in the same direction. Supply-chain and incident obligations arriving through EU rules mean an organisation has to be able to state what is running, where it came from and who approved it — a question that is trivial with signed images and admission verification, and nearly unanswerable without them. Financial entities face resilience testing expectations on top. And with energy costs and sustainability reporting now part of the same conversation, cluster efficiency has moved from an infrastructure preference to a number someone external may read. Engineers who can run a fleet, prove its contents and show its efficiency are scarce here for entirely rational reasons.