clues icon indicating copy to clipboard operation
clues copied to clipboard

Support for Kubernetes?

Open titansmc opened this issue 3 years ago • 4 comments

Bon dia gent !!! I have just stepped across this project when looking for something like this for our on prem k8s cluster. Is this supporting it? Apologize if this isn't the right place to ask. Cheers.

titansmc avatar Nov 26 '21 11:11 titansmc

Bon dia, Yes, Kubernetes is one of the supported CLUES backends: cluesplugins/kubernetes.py Best regards.

micafer avatar Nov 26 '21 12:11 micafer

Hi, I cannot find any documentation about how it works with k8s clusters. I would like to understand how it can find that there is no load (although we have several daemonsets for metrics, logs....), also if it is able to reschedule load on different servers to be able to shutdown the less used.

titansmc avatar Sep 29 '22 10:09 titansmc

Hi @titansmc, Sorry but we do not have too much documentation yet. Basically it checks that there is no pod (system pods are ommited) running in the node. It is not able to reschedule load on different servers but you can use the operations drain/cordon from kubectl.

micafer avatar Sep 30 '22 08:09 micafer

Hi,

What are the conditions to grow the k8s cluster?

We are experiencing an issue https://github.com/pangeo-data/pangeo-eosc/issues/22#issuecomment-1262623540 and would appreciate your feedback.

Thanks!

sebastian-luna-valero avatar Sep 30 '22 12:09 sebastian-luna-valero