Access the backend logs for some details
# Get the backend pod namebackend_pod_name=$(kubectl get pods | grep 'mlstudio-backend-deployment' | awk '{print $1}' | head -n 1)# Check the logskubectl logs $backend_pod_name -c mlstudio-backend
brew install derailed/k9s/k9sk9s