Is having k8s multiple pods always better than having one pod for api server?
I am running an api server using google cloud k8s cluster.
Currently I have one pod for serving api and its cpu usage is always under 10% according to gcp console.
In this case, is it meaningless to increase the number of pods for better serving?
Because sometimes I feel that api is failing due to many requests…
Thank you in advance.