How to configure the runtime constraints on resources in Kubernetes

11/10/2015

I want to tune some constrains on resources which are exposed by Docker http://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

But I don't how to do that in Kubernetes. Does Kubernetes expose all these configurations?

-- JiaMing Lin
kubernetes

1 Answer

11/10/2015

Kubernetes can limit memory and cpu only for now: read here

They do have plans to support more resources: Future resource types

-- cristi
Source: StackOverflow