aicoe-aiops / operate-first-jupyterhub-analysis

Operate first Jupyterhub application provides a Jupyter notebook environment for python development and running machine learning workloads. In this repository, we analyze the data generated from the application hosted on the Operate First cluster on Openshift.
Other
2 stars 3 forks source link

Identify fixed consumption #17

Open Shreyanand opened 2 years ago

Shreyanand commented 2 years ago

For setting the resource tiers for the JH application, we also need to identify the fixed amount required to start up the user pods. These fixed costs are the minimum required to start a pod, load image libraries, and then start a notebook kernel.

We should use this issue to discuss if there are other fixed costs and to find the best way of identifying them.

cc @tumido

Shreyanand commented 2 years ago

Update: PR that takes in approximate fixed cost: link.