kubectl
The kubectl logs command provides interactive access to the logs for each Kubernetes pod. Each pod for a DMP component can be identified through the labels and the namespace associated with the pod.
kubectl -n globaltenantid-production get pods -l com.fico.dmp/componentId=pbdeugpf9
The output will resemble this:
NAME READY STATUS RESTARTS AGE
instance-5waipvh71z-7dbb9bdf77-cf7sr 1/1 Running 0 6d20h
instance-5waipvh71z-7dbb9bdf77-pxzb4 1/1 Running 0 7d1h
To get the log for one of the pods, enter the following command, using the id of the pod you wish to use:
kubectl -n globaltenantid-production log instance-5waipvh71z-7dbb9bdf77-cf7sr
© 2001-2021 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.