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
>
> I'm a newbie to kube
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 node