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?
Kubernetes can limit memory and cpu only for now: read here
They do have plans to support more resources: Future resource types