Kubernetes is table stakes
Kubernetes has moved out of niche startup use into mainstream enterprise adoption — banks, insurers, and telecoms are now running it in production, which means K8s skills are increasingly expected for scaling infrastructure. That shift makes basic cluster literacy and deployment patterns useful even for engineers joining small high-growth teams. (x.com)
A container is just an app packed with its code and dependencies so it runs the same way on a laptop, a server, or a cloud machine. Kubernetes is the traffic controller that decides where those containers run, restarts them when they crash, and adds more when demand spikes. (kubernetes.io) Ten years ago, that sounded like startup infrastructure. In the Cloud Native Computing Foundation’s 2024 survey, 89% of respondents said their organizations use cloud native technologies, and Kubernetes remained the dominant graduated project in that stack. (cncf.io) The shift is not just “people have heard of it.” The same 2024 survey says one-quarter of respondents now use cloud native techniques for nearly all development and deployment, which means Kubernetes is showing up in the boring, permanent parts of information technology, not just side projects. (cncf.io) The 2023 Cloud Native Computing Foundation survey described Kubernetes as having “crossed the adoption chasm” into mainstream use, and that survey deliberately filtered out vendors so the numbers reflected end-user organizations rather than companies selling cloud software. (cncf.io) Banks are part of that move. ING said it chose Kubernetes after teams were experimenting with Docker Swarm, Kubernetes, and Mesos in parallel, and the bank decided “one hundred wheels” was worse than one standard platform. (kubernetes.io) ING was not using Kubernetes for toy workloads. Its Yolt banking app was already live on Kubernetes, and the bank said it planned to convert customer-facing banking application programming interfaces onto its Kubernetes-based platform while keeping systems on premises because of banking regulations. (kubernetes.io) Insurance is there too. The National Association of Insurance Commissioners began hosting internal and development systems on Kubernetes in 2018, and its chief enterprise architect said the move more than doubled its value pipeline while cutting costs by more than half. (kubernetes.io) A newer insurance example looks even less like old back-office software. Ki Insurance built what Google Cloud calls the first fully digital and algorithmically driven Lloyd’s of London syndicate on Google Kubernetes Engine, and the company says brokers can get quotes in seconds instead of days. (cloud.google.com) Telecom companies are pushing Kubernetes into even stricter environments. Google Cloud’s telecom team wrote in April 2024 that standard Kubernetes networking was being extended to handle the security, isolation, and low-latency demands of fifth-generation mobile core and radio access network workloads, with Ericsson backing that approach. (cloud.google.com) Once banks, insurers, and telecoms are running Kubernetes in production, the skill stops being a niche badge. It becomes more like knowing how databases, logs, and deployment pipelines work: you may not build the platform yourself, but you are expected to understand the map. (cncf.io) That is why “basic Kubernetes literacy” now means concrete things instead of résumé theater. An engineer joining a 30-person startup is increasingly expected to recognize a cluster, read a deployment file, understand why a pod restarted, and know the difference between shipping one container and operating a service that has to survive traffic, failures, and upgrades. (kubernetes.io)