A few kubernetes novice questions.
If I got it right when a kubernetes cluster its setup the size ita defined with the number of minions that want to be in the cluster, lets say I create a cluster with two minions. If I decide to deploy 4 pods with a php and nginx serving it.
There its a way I can choose the amount of resources I want to have to each pod?
In old deployments we deploy directly to servers/vm we know the amount of resources of each server/vm. Suppose I have a no functional requirement of 2gb ram 4 cps 160gb hdd.
How can I do that using kubernetes.
Now suppose I have those 4 pods deployed I want to scale up and the new pods need to fulfill the same no functional requirements.
Do I need to resize my cluster or there ita a way kubernetes doit for me?
Thanks.