Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
05-31-2021
04:15 PM
- last edited on
04-21-2026
02:02 AM
by
GrazittiAPI
Hello.
I have to support a cluster with Cloudera Data Science Workbench (v1.6), that is installed across two nodes (each with 60GB of memory).
I need to understand how CDSW use Docker and Kubernetes. I can see that there are a lot of containers and k8s pods running in the background.
Is it possible to automate the removal of idle containers?
How can I monitor the memory consumption of each node and each container?
CDSW v1.9 has a Grafana Dashboard for monitoring. Can I get these metrics by a CLI?
Created 07-11-2021 05:33 AM
@gfranco In CDSW almost every POD is serving it's own purpose. The only thing which is possible is scale/de-scale the Web PODs if needed.
Regarding the monitoring this is running K8s in the heart so you can use K8s command to watch the usages.
Here is a good discussion about such commands/utility: https://github.com/kubernetes/kubernetes/issues/17512
From CDSW public doc you can refer this: https://docs.cloudera.com/cdsw/1.9.1/monitoring/topics/cdsw-monitoring.html?
Created 07-11-2021 05:33 AM
@gfranco In CDSW almost every POD is serving it's own purpose. The only thing which is possible is scale/de-scale the Web PODs if needed.
Regarding the monitoring this is running K8s in the heart so you can use K8s command to watch the usages.
Here is a good discussion about such commands/utility: https://github.com/kubernetes/kubernetes/issues/17512
From CDSW public doc you can refer this: https://docs.cloudera.com/cdsw/1.9.1/monitoring/topics/cdsw-monitoring.html?