Earlier quoted context omitted.
I think there's something missing here. In how we operate applications. It's not unusual to run an application on a server where that server is using only 25% of its resources (e.g., ram and/or cpu). Then, there are many different servers running many applications all of which are under utilized. There are more efficient ways to operate these applications that drive up power efficiency. Google brags about the power e…
Most companies don't have control over their data centers (except to maybe use energy efficiency as a selection criteria). But you have a point about CPU. But regarding incentive alignment, making those data centers more efficient is not just more green but also saves the companies a boatload of money. Since cloud providers don't charge extra for your utilization percentage I've always told my teams: if the CPU is ru…
Kubernetes is similar enough to Borg (the datacenter/cluster OS that Google uses) to efficiently schedule workloads over a cluster. There are ways to use it anyplace one has a cluster for that purpose. This is just to provide an example.