/
Troubleshooting CDCM
Troubleshooting CDCM
How do I get log files?
First, get an overview of all the running containers in your CDCM namespace:
kubectl get pods -n cdcm
This will create an output similar to the following
Sample output
Application logs
Issue the command with the exact name of your application containerkubectl logs -n cdcm cdcm-6fd8df9f5f-jcnsj > cdcm.log
This will create a text file with the logs of the CDCM application.
MongoDB logs
Issue the command with the exact name of your MongoDB container.kubectl logs -n cdcm cdcm-mongodb-0 > mongodb.log
If you are running a MongoDB cluster, please use only the master node!
, multiple selections available,
Related content
Deploying CDCM
Deploying CDCM
More like this
Gateway Proxy
Gateway Proxy
Read with this
v 0.1.8 - February 21, 2024
v 0.1.8 - February 21, 2024
More like this
Architecture
Architecture
Read with this
V 1.0.0 - May 27th, 2024
V 1.0.0 - May 27th, 2024
More like this
Connection Routing
Connection Routing
Read with this