Kubernetes

How to access CDSW database from outside of CDSW/Kubernetes cluster and change user password

This article attempts to introduce how to forward the Kubernetes Service to the host node, and how to connect to the Cloudera CDSW database and modify the user's password.

CDSW Session Couldn't Start Due To Node Taints - node.kubernetes.io/disk-pressure:NoSchedule

This article records a troubleshooting about CDSW unable to start Session. The reason for the problem involved is that the remaining capacity of nodefs and imagefs used by Kubelet has reached the threshold of evicting the node, resulting in the node being labeled as NoSchedule taint by Kubernetes.