Resources used for JupyterHub pods

I have deployed JupyterHub using Zero to JupyterHub method with the helm chart in EKS. I could see the default JupyterHub pods are getting assigned to nodes but its memory and CPU utilization is 0%. I couldn’t find the pod requests and limits in deployment file also. What is the memory and CPU requested by the default pods of JupyterHub (not the user pods).

By default no resource limits are set, since it’s highly dependent on your usage:

1 Like