When you create your Kubernetes pods and containers, by default they have unlimited access to your cluster resources. This can be both good and bad. It’s good because you know your containers will always have all the resources they need. It’s bad because your containers can consume all of the resources in your cluster.
Link: How to limit CPU ranges in a Kubernetes pod
via http://www.techrepublic.com