Running Symantec Protection Engine (SPE) in a Azure/Kubernetes environment is very different than the normal on-premise configurations. Identifying what virus definition versions exist in the pod is difficult if there is no management console to pull the information and display it.
How can virus definition versions be accessed and or examined manually?
Protection Engine 9.2
PV - <mount_point>spe-data/container
grep -r "<AntiVirus DefinitionDate=" | grep log/report.xml
The previous command will show AntiVirus Definition from all the containers log present on the PV.
/mount/speazureconnectorstorage/ speazurepv/spe-data/container$ grep -r "<AntiVirus DefinitionDate=" | grep log/report.xml
spedemo-specs-79fcfffd8d-hwsx6/log/report.xml: <AntiVirus DefinitionDate="Wed Nov 6 2024" version="20241106.026"/>