Enable Debug Image
When trying to recover from a crash or to debug other problems consider turning on the debug image.
Percona provides the pxc-db image with the -debug suffix. This can be added either by adding it to your pxc-db-$ENVIRONMENT.yaml or (if you do not want it to persist) by using kubectl edit statefulset pxc-db-pxc and changing the image tag accordingly to the version you are using.
After enabling the debug image, the pxc-db pods will log verbosely on stdout/stderr.