Re: [kubernetes-users] Kubernetes resource management

2017-08-10 Thread 'Tim Hockin' via Kubernetes user discussion and Q
A single program, in a container, can only access the resources of that single machine. A "service" can scale horizontally, across many machines, to grow. In kubernetes we call that replicas, and the typical primitive is Deployment. On Aug 10, 2017 9:23 AM, wrote: > Hi > >

[kubernetes-users] Kubernetes resource management

2017-08-10 Thread shyam21
Hi I'm a newbie to kubernetes/docker and we are recently migrating application to kubernetes/docker. On kubernetes cluster we have 10 nodes,and each node is having 10 CPU/cores and 64gb ram. If we deployed microservice in a container, does microservice will have the resources of all the 10