The following error is reported when trying to open DX APM:
DX APM 21.3
apmservices-apmbacking service is not running
How to verify this condition:
kubectl get pods -n<namespace> | grep apmbacking
Solution:
1) Scale up apmservices-apmbacking service
kubectl scale --replicas=1 deployment apmservices-apmbacking-singleton -n<your-dxi-namespace>
2) Ensure apmservices-apmbacking service is configured to start during dx platform services restart
vi <dx-platform-home>/tools/dx-admin.data
If for some reason initial value is 0, change it to 1, then save the file